UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

12 lines (11 loc) 404 B
/** * Common Logic Sharing between useSx and useStyledSytem * @param styledSystemProps * @param theme * @param currentBreakpoint * @returns styleFromProps, responsiveStyles */ export declare const getStyledFromProps: (styledSystemProps: any, theme: any, currentBreakpoint: any, propConfig: any) => { styleFromProps: any; responsiveStyles: Record<string | number | symbol, any[]> | null; };