mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 13:47:06 +01:00
fa70aec286
* added validTag string literal union * Adding deprecation message --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net> Co-authored-by: Garrett Bear <gwhisten@gmail.com>
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';
|