UNPKG

342 BTypeScriptView Raw
1import { StyleSheet } from 'react-native';
2import { FullTheme } from './theme';
3export declare const useTheme: () => import("./ThemeProvider").ThemeProps<{}>;
4export declare const makeStyles: <T extends StyleSheet.NamedStyles<any> | StyleSheet.NamedStyles<T>, V>(styles: T | ((theme: Partial<FullTheme>, props: V) => T)) => (props?: V) => T;