@spaced-out/ui-design-system
Version:
Sense UI components library
4 lines • 630 B
TypeScript
export { TEXT_COLORS } from '../../types/typography';
export type { TextProps } from '../../components/Text/Text';
export { BodyLarge, BodyLargeBold, BodyMedium, BodyMediumBold, BodySmall, BodySmallBold, ButtonTextExtraSmall, ButtonTextExtraSmallUnderline, ButtonTextMedium, ButtonTextMediumUnderline, ButtonTextSmall, ButtonTextSmallUnderline, FormInputMedium, FormInputSmall, FormLabelMedium, FormLabelSmall, JumboLarge, JumboMedium, JumboSmall, MenuTextMedium, MenuTextSmall, SubTitleExtraSmall, SubTitleLarge, SubTitleMedium, SubTitleSmall, TitleMedium, } from '../../components/Text/Text';
//# sourceMappingURL=index.d.ts.map