UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS

8 lines (5 loc) 291 B
import './Typography.constants.js'; import * as react from 'react'; import { TypographyProps } from './Typography.types.js'; declare const Typography: react.ForwardRefExoticComponent<TypographyProps & react.RefAttributes<HTMLElement | null>>; export { Typography, Typography as default };