react-native-unistyles
Version:
Level up your React Native StyleSheet
8 lines • 377 B
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 declare const createStyleSheet: <S extends StyleSheetWithSuperPowers>(stylesheet: S) => S;
//# sourceMappingURL=createStyleSheet.d.ts.map