UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

4 lines (3 loc) 240 B
import type { ComponentTheme } from '../../theme'; import type { IStateProps } from './propsFlattener'; export declare function usePropsWithComponentTheme(localTheme: ComponentTheme, propsReceived: any, _state?: IStateProps): Partial<any>;