UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

5 lines 279 B
import { usePropsResolutionWithComponentTheme } from './usePropsResolution'; export function usePropsWithComponentTheme(localTheme, propsReceived) { return usePropsResolutionWithComponentTheme(localTheme, propsReceived); } //# sourceMappingURL=usePropsWithComponentTheme.js.map