@react-native-ohos/react-native-unistyles
Version:
Level up your React Native StyleSheet
9 lines (7 loc) • 335 B
text/typescript
import type { StyleSheetWithSuperPowers } from './types'
/**
* Utility to create a stylesheet with superpowers
* Compatible with React Native StyleSheet.create
* @param stylesheet - The stylesheet with superpowers to be used
*/
export const createStyleSheet = <S extends StyleSheetWithSuperPowers>(stylesheet: S): S => stylesheet