UNPKG

react-ui-mat

Version:

- ANIMATE - BADGES ( success, danger, info, light, primary, green ) - BEHAVIOR - BUTTONS - CHECKBOX - COLLAPSE - CONTEXT PANEL - DATE PICKER - DATEPICKER - DATEUTIL - DIVIDER - DRAGABLE MODAL - INCORRECT_ENTRY - INPUT - INPUT_FIELDS - MULTISELECT - MUPLAY

6 lines (5 loc) 457 B
import { ICurrencySlotProps, NumeralInputProps, NumeralSlotProps, NumeralUtil } from "./types"; export declare const numeralUtil: NumeralUtil; export declare function CurrencySlot(props: ICurrencySlotProps): import("react/jsx-runtime").JSX.Element; export declare function NumeralSlot(props: NumeralSlotProps): import("react/jsx-runtime").JSX.Element; export declare function NumeralInput(props: NumeralInputProps): import("react/jsx-runtime").JSX.Element;