UNPKG

256 BTypeScriptView Raw
1import React from 'react';
2import type { ControlProps, ObjectValue, ObjectConfig } from './types';
3export declare type ObjectProps = ControlProps<ObjectValue> & ObjectConfig & {
4 theme: any;
5};
6export declare const ObjectControl: React.FC<ObjectProps>;