UNPKG

jamis

Version:

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

9 lines (8 loc) 232 B
import { TableCell } from '../r-table'; export declare class ListItemFieldRenderer extends TableCell { static defaultProps: { wrapperComponent: string; }; static propsList: string[]; render(): JSX.Element; }