UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

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