UNPKG

@platformbuilders/react-elements

Version:

Platform Builders Shared Components Library For React Web

5 lines 284 B
export declare type TypographyVariants = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'subtitle1' | 'subtitle2' | 'body1' | 'body2' | 'button' | 'caption' | 'overline'; export declare type TypographyType = { variant?: TypographyVariants; }; //# sourceMappingURL=Variants.d.ts.map