UNPKG

@platformbuilders/react-native-ui

Version:
7 lines 330 B
import { Colors } from './Colors'; import { Spacings } from './Spacings'; import { Animations } from './Animations'; import { Radius } from './Radius'; import { TypographyTheme } from './Typography'; export declare type ThemeType = Colors & Spacings & Radius & Animations & TypographyTheme; //# sourceMappingURL=ThemeType.d.ts.map