UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

9 lines (8 loc) 235 B
import { IdType } from "@etsoo/shared"; import { ICustomFieldReact } from "@etsoo/react"; /** * Select (single value) field creator * type select * @returns Component */ export declare const FieldSelect: ICustomFieldReact<IdType>;