cubetiq-muui/src/lib/index.ts
2022-05-17 09:15:05 +07:00

4 lines
136 B
TypeScript

export { default as Button } from "./button";
export { default as Box } from "./box";
export { default as Skeleton } from "./skeleton";