UNPKG

petals-ui

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