UNPKG

@appbuckets/react-ui

Version:
5 lines (4 loc) 146 B
import * as React from 'react'; import { RowProps } from './Row.types'; declare const Row: React.FunctionComponent<RowProps>; export default Row;