UNPKG

@greensight/gds

Version:
9 lines (8 loc) 321 B
export interface TypographyAutokitProps { /** Placeholder text. */ text?: string; } /** * Autokit for typography tokens `theme.typography` and fonts settings `theme.global.fonts`. */ export declare const TypographyAutokit: ({ text }: TypographyAutokitProps) => import("@emotion/react/jsx-runtime").JSX.Element;