react-native-unistyles
Version:
Level up your React Native StyleSheet
15 lines (14 loc) • 600 B
text/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'