UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

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