mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 21:59:39 +02:00
2 lines
97 B
TypeScript
2 lines
97 B
TypeScript
export { Text } from './Text';
|
|
export type { TextProps, TextVariant, TextWeight } from './Text';
|