UNPKG

jamis

Version:

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

11 lines (10 loc) 306 B
import { SchemaEditorItemCommon } from './Common'; export declare class SchemaEditorItemArray extends SchemaEditorItemCommon { state: { collapsed: boolean; }; toggleCollapsed(): void; handleItemsChange(items: any): void; renderItems(): JSX.Element; render(): JSX.Element; }