UNPKG

react-native-col

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