UNPKG
knoxui-react
Version:
latest (2.2.2)
2.2.2
2.2.1
2.1.1
2.0.12
2.0.11
2.0.1
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
KnoxUI is a corporate-focused React component library.
www.knoxui.in
CoderKnox/knoxui-react
knoxui-react
/
dist
/
esm
/
types
/
utils
/
formatters.d.ts
4 lines
(3 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
export
declare
const
formatDate
:
(
date
:
string
|
number
|
Date
) =>
string
;
export
declare
const
formatCurrency
:
(
amount
:
number
) =>
string
;
export
declare
const
formatNumber
:
(
num
:
number
) =>
string
;