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) • 373 B
TypeScript
import { ICurrencySlotProps, NumeralInputProps, NumeralSlotProps, NumeralUtil } from "./types";
export declare const numeralUtil: NumeralUtil;
export declare function CurrencySlot(props: ICurrencySlotProps): JSX.Element;
export declare function NumeralSlot(props: NumeralSlotProps): JSX.Element;
export declare function NumeralInput(props: NumeralInputProps): JSX.Element;