react-native-unistyles
Version:
Level up your React Native StyleSheet
7 lines • 612 B
TypeScript
export type { Optional, Nullable, UnionToIntersection } from './common';
export type { NestedStylePairs, UnistylesTheme, ScreenSize, NestedStyle, RNValue, RNStyle } from './core';
export type { CreateUnistylesStyleSheet, StyleSheet, AllAvailableKeys, UnistylesValues, UnistyleText, UnistyleView, UnistyleImage } from './stylesheet';
export type { ReactNativeStyleSheet } from './breakpoints';
export type { ExtractVariantNames, UnistylesVariants } from './variants';
export { AndroidContentSizeCategory, IOSContentSizeCategory, WebContentSizeCategory } from './accessibility';
//# sourceMappingURL=index.d.ts.map