UNPKG

watercolor-ui

Version:

A modern minimalist cross-framework component library

91 lines 2.53 kB
export function getComponent(variant: any, customComponent: any): any; export function buildTypographyClasses(variant: any, color: any, align: any, gutterBottom: any, noWrap: any, className?: string): string; export namespace variantMap { let h1: string; let h2: string; let h3: string; let h4: string; let h5: string; let h6: string; let subtitle1: string; let subtitle2: string; let body1: string; let body2: string; let caption: string; let overline: string; let button: string; } export namespace variantClassMap { let h1_1: string; export { h1_1 as h1 }; let h2_1: string; export { h2_1 as h2 }; let h3_1: string; export { h3_1 as h3 }; let h4_1: string; export { h4_1 as h4 }; let h5_1: string; export { h5_1 as h5 }; let h6_1: string; export { h6_1 as h6 }; let subtitle1_1: string; export { subtitle1_1 as subtitle1 }; let subtitle2_1: string; export { subtitle2_1 as subtitle2 }; let body1_1: string; export { body1_1 as body1 }; let body2_1: string; export { body2_1 as body2 }; let caption_1: string; export { caption_1 as caption }; let overline_1: string; export { overline_1 as overline }; let button_1: string; export { button_1 as button }; } export namespace colorClassMap { let inherit: string; let primary: string; let secondary: string; let success: string; let warning: string; let error: string; let textPrimary: string; let textSecondary: string; let textDisabled: string; } export namespace alignClassMap { let left: string; let center: string; let right: string; let justify: string; } export namespace lineHeightMap { let h1_2: string; export { h1_2 as h1 }; let h2_2: string; export { h2_2 as h2 }; let h3_2: string; export { h3_2 as h3 }; let h4_2: string; export { h4_2 as h4 }; let h5_2: string; export { h5_2 as h5 }; let h6_2: string; export { h6_2 as h6 }; let subtitle1_2: string; export { subtitle1_2 as subtitle1 }; let subtitle2_2: string; export { subtitle2_2 as subtitle2 }; let body1_2: string; export { body1_2 as body1 }; let body2_2: string; export { body2_2 as body2 }; let caption_2: string; export { caption_2 as caption }; let overline_2: string; export { overline_2 as overline }; let button_2: string; export { button_2 as button }; } //# sourceMappingURL=utils.d.ts.map