UNPKG

fx-form-widget

Version:
8 lines (7 loc) 246 B
import { FC } from "react"; import { RowContainerProps } from "./shard"; export interface RowContainerGroupProps { values?: RowContainerProps[]; } declare const RowContainerGroup: FC<RowContainerGroupProps>; export default RowContainerGroup;