UNPKG

@snowball-tech/fractal

Version:

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

16 lines (15 loc) 538 B
import { a as Variants } from "./Typography.constants-InwYZPhR.js"; import { AllHTMLAttributes, ElementType, ReactNode } from "react"; //#region src/components/Typography/Typography.types.d.ts interface TypographyProps extends AllHTMLAttributes<HTMLElement> { children?: ReactNode; element?: ElementType; fullStyle?: boolean; inlineStyle?: boolean; variant?: `${Variants}`; xs?: boolean; disableClickTracking?: boolean; } //#endregion export { TypographyProps as t }; //# sourceMappingURL=Typography.types-DEQDbpYo.d.ts.map