UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

3 lines (2 loc) 165 B
import type { ComponentTheme } from '../../theme'; export declare function usePropsWithComponentTheme(localTheme: ComponentTheme, propsReceived: any): Partial<any>;