@greensight/gds
Version:
Greensight Design System
9 lines (8 loc) • 321 B
TypeScript
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;