UNPKG

react-hichestan-numberinput

Version:

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

6 lines (3 loc) 158 B
export const NUMBER_FORMAT_FARSI: "FARSI"; export const NUMBER_FORMAT_LATIN: "LATIN"; export type NumberFormat = NUMBER_FORMAT_FARSI | NUMBER_FORMAT_LATIN;