UNPKG

@sendbird/uikit-react-native-foundation

Version:

A foundational UI kit for building chat-enabled React Native apps.

10 lines (9 loc) 366 B
import { StyleSheet } from 'react-native'; /** * Create StyleSheet with customized pre-processor * Return a StyleSheet that pre-processed * @param styles * @returns StyleSheet * */ declare const createStyleSheet: <T extends StyleSheet.NamedStyles<T> | StyleSheet.NamedStyles<any>>(styles: T & StyleSheet.NamedStyles<any>) => T; export default createStyleSheet;