UNPKG
jb-checkbox
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.1.0
0.0.1
checkbox web component
javadbat.github.io/design-system/
javadbat/jb-checkbox
jb-checkbox
/
react
/
dist
/
common
/
scripts
/
persian-helper.d.ts
4 lines
(3 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
declare
function
faToEnDigits
(
input
:
string
|
number
):
string
;
declare
function
enToFaDigits
(
input
:
string
|
number
):
string
;
export
{ enToFaDigits, faToEnDigits };