UNPKG

@readr-media/react-feedback

Version:

## Installation `yarn install`

125 lines 3.59 kB
export default themes; declare const themes: { covid19: { breakpoint: { mobile: string; tablet: string; desktop: string; }; thumbField: { title: { color: string; lineHeight: string; fontWeight: number; mobile: { fontSize: string; }; tablet: { fontSize: string; }; }; label: { color: string; lineHeight: string; fontWeight: number; mobile: { fontSize: string; }; tablet: { fontSize: string; }; }; thumb: { default: { color: string; borderColor: string; backgrounColor: string; }; hover: { color: string; borderColor: string; backgrounColor: string; }; active: { color: string; borderColor: string; backgrounColor: string; }; }; statistic: { color: string; fontWeight: number; mobile: { fontSize: string; lineHeight: string; }; tablet: { fontSize: string; lineHeight: string; }; }; }; }; 'politics-tracker': { breakpoint: { mobile: string; tablet: string; desktop: string; }; thumbField: { title: { color: string; lineHeight: string; fontWeight: number; mobile: { fontSize: string; }; tablet: { fontSize: string; }; }; label: { color: string; lineHeight: string; fontWeight: number; mobile: { fontSize: string; }; tablet: { fontSize: string; }; }; thumb: { default: { color: string; borderColor: string; backgrounColor: string; }; hover: { color: string; borderColor: string; backgrounColor: string; }; active: { color: string; borderColor: string; backgrounColor: string; }; }; statistic: { color: string; fontWeight: number; lineHeight: string; mobile: { fontSize: string; lineHeight: string; }; tablet: { fontSize: string; lineHeight: string; }; }; }; }; }; //# sourceMappingURL=index.d.ts.map