UNPKG

@up-group-ui/react-controls

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