@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
8 lines (7 loc) • 342 B
TypeScript
import { TypographyProps } from "./Typography.types.js";
import * as _$react from "react";
//#region src/components/Typography/Typography.d.ts
declare const Typography: _$react.ForwardRefExoticComponent<TypographyProps & _$react.RefAttributes<HTMLElement | null>>;
//#endregion
export { Typography };
//# sourceMappingURL=Typography.d.ts.map