UNPKG

217 BTypeScriptView Raw
1import { FC } from 'react';
2import { ControlProps, ArrayValue, ArrayConfig } from './types';
3export declare type ArrayProps = ControlProps<ArrayValue> & ArrayConfig;
4export declare const ArrayControl: FC<ArrayProps>;