UNPKG

petals-ui

Version:
10 lines (9 loc) 254 B
declare type TypographyStyle = { typographyPrimary?: string; typographySuccess?: string; typographyWarning?: string; typographyDanger?: string; typographyInfo?: string; typographySecondary?: string; }; export { TypographyStyle };