mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
01057f9824
* convert text component to TS * invisible character fix * storybook fix * fix types export * update ButtonBase * add typeof to objects in TextProps * fix linting issues * fix implicit conversion * lint fix * add deprecated Text back * change box ref to any * fix classnames issue * account details to use deprecated text reference * ref update * make RefObject * remove RefObject and go back to Ref * react.ref change to box
4 lines
154 B
TypeScript
4 lines
154 B
TypeScript
export { Text } from './text';
|
|
export { ValidTag, TextDirection, InvisibleCharacter } from './text.types';
|
|
export type { TextProps } from './text.types';
|