mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 06:34:27 +01:00
4 lines
168 B
TypeScript
4 lines
168 B
TypeScript
|
export { Text } from './text';
|
||
|
export { ValidTag, TextDirection, InvisibleCharacter } from './text.types';
|
||
|
export type { TextProps, ValidTagType } from './text.types';
|