mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
8 lines
198 B
TypeScript
8 lines
198 B
TypeScript
export { Text } from './text';
|
|
export { ValidTag, TextDirection, InvisibleCharacter } from './text.types';
|
|
export type {
|
|
TextStyleUtilityProps,
|
|
TextProps,
|
|
ValidTagType,
|
|
} from './text.types';
|