UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

3 lines (2 loc) 185 B
import React from 'react'; export declare const makeStyledComponent: (Comp: any) => React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;