mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
7 lines
296 B
TypeScript
7 lines
296 B
TypeScript
export { default as BaseButton } from "./BaseButton";
|
|
export { default as Button } from "./Button";
|
|
export { default as Center } from "./Center";
|
|
export { default as Typography } from "./Typography";
|
|
export { default as Flex } from "./Flex";
|
|
export { default as MatchMedia } from "./MatchMedia";
|