UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

5 lines (4 loc) 193 B
/** * Common Logic Sharing between useSx and useStyledSytem */ export declare const getRNKeyAndStyleValue: ({ config, value, key, theme, styledSystemProps, currentBreakpoint, }: any) => any;