/// import './grid.less'; import { IValue, IOptions } from './panel'; interface IProps { nameField?: string; descField?: string; explain?: string; value?: IValue; data: IOptions[]; onClick: (item: IOptions) => void; } declare const _default: ({ nameField, descField, explain, value, data, onClick }: IProps) => JSX.Element; export default _default;