UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

8 lines (7 loc) 178 B
import { ICustomFieldReact } from "@etsoo/react"; /** * Label field creator * type: label * @returns Component */ export declare const FieldLabel: ICustomFieldReact<string>;