UNPKG

react-hichestan-numberinput

Version:

A serie of react components to numbers in input specially persian numbers.

17 lines (15 loc) 470 B
import DecimalInput, {DecimalInputProps} from "./DecimalInput"; import NumberInput, {NumberInputProps} from "./NumberInput"; import CardNumberInput, {CardNumberInputProps} from "./CardNumberInput"; import { NUMBER_FORMAT_FARSI, NUMBER_FORMAT_LATIN, NumberFormat } from "./util"; export { DecimalInput, NumberInput, CardNumberInput, NUMBER_FORMAT_FARSI, NUMBER_FORMAT_LATIN, NumberFormat, NumberInputProps, DecimalInputProps, CardNumberInputProps, };