@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS
5 lines (4 loc) • 348 B
TypeScript
export { DEFAULT_ELEMENT as DEFAULT_TYPOGRAPHY_ELEMENT, DEFAULT_VARIANT as DEFAULT_TYPOGRAPHY_VARIANT, Variants as TypographyVariants, VARIANTS_MAPPING as typographyVariantToElement } from './Typography.constants.js';
export { default as Typography } from './Typography.js';
export { TypographyProps } from './Typography.types.js';
import 'react';