mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
7 lines
292 B
TypeScript
7 lines
292 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 Tooltip } from "./Tooltip";
|
|
export { default as Input } from "./Input";
|