UNPKG

react-native-col

Version:
5 lines (4 loc) 215 B
import { ComponentType } from 'react'; import { ViewProps } from 'react-native'; import { ColType } from './types'; export declare function createCol<T extends ViewProps>(Component: ComponentType<any>): ColType<T>;