cubetiq-muui/src/lib/index.ts

6 lines
134 B
TypeScript
Raw Normal View History

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