UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

6 lines (5 loc) 179 B
import { columnType } from '../grid/type'; export declare const numberToWordMap: { [key: number]: string; }; export declare const numberToWord: (value: columnType) => string;