cubetiq-muui/src/lib/index.ts

4 lines
136 B
TypeScript
Raw Normal View History

2022-05-17 09:15:05 +07:00
export { default as Button } from "./button";
export { default as Box } from "./box";
export { default as Skeleton } from "./skeleton";