@platformbuilders/react-native-ui
Version:
Platform Builders Shared Components Library
4 lines • 377 B
TypeScript
export declare type ButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'accent' | 'flat';
export declare type TypographyVariants = 'largeTitle' | 'title1' | 'title2' | 'title3' | 'title4' | 'headline' | 'body' | 'subhead' | 'footnote' | 'caption1' | 'caption2';
export declare type LoadingVariants = 'linear' | 'circular' | 'button';
//# sourceMappingURL=Variants.d.ts.map