UNPKG

react-native-lamantin

Version:

Set of components for https://lamantin.group development

13 lines (12 loc) 285 B
import { PureComponent } from 'react'; import { ViewStyle } from 'react-native'; declare type RowProps = { style?: ViewStyle; }; export declare class Row extends PureComponent<RowProps> { static defaultProps: { style: {}; }; render(): JSX.Element; } export {};