2022-07-08 19:39:02 +00:00
|
|
|
import BodyText, { BodyTextProps } from './BodyText';
|
2022-05-14 04:50:49 +00:00
|
|
|
import HeaderText from './HeaderText';
|
2022-08-17 00:11:59 +00:00
|
|
|
import InlineMonoText from './InlineMonoText';
|
|
|
|
import MonoText from './MonoText';
|
|
|
|
import SmallText from './SmallText';
|
2021-03-09 16:32:03 +00:00
|
|
|
|
2022-07-08 19:39:02 +00:00
|
|
|
export type { BodyTextProps };
|
2022-08-17 00:11:59 +00:00
|
|
|
|
|
|
|
export { BodyText, HeaderText, InlineMonoText, MonoText, SmallText };
|