UNPKG

react-native-unistyles

Version:
7 lines (6 loc) 220 B
export interface UnistylesThemes {} export interface UnistylesBreakpoints { // these breakpoints are only available on mobile, when you didn't specify any breakpoints landscape?: number, portrait?: number, }