UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

13 lines (12 loc) 394 B
import React from 'react'; import type { InputArrayProps } from './types'; declare class InputArrayControl extends React.Component<InputArrayProps> { comboInstance: any; constructor(props: InputArrayProps); comboRef(ref: any): void; validate(args: Array<any>): any; render(): JSX.Element; } export declare class ArrayControlRenderer extends InputArrayControl { } export {};