Files
sign/packages/ui/components/button/index.ts

3 lines
78 B
TypeScript
Raw Normal View History

2023-02-02 14:46:24 +01:00
export { Button } from "./Button";
2023-02-03 16:33:00 +01:00
export { IconButton } from "./IconButton";