UNPKG
dk-plus
Version:
latest (1.0.28)
1.0.28
1.0.27
1.0.26
1.0.25
1.0.24
1.0.23
DK-PLUS
github.com/dk-plus-ui/dk-plus-ui
dk-plus-ui/dk-plus-ui
dk-plus
/
es
/
_utils
/
filtration
/
index.d.ts
3 lines
(2 loc)
•
157 B
TypeScript
View Raw
1
2
3
export
declare
const
humpConversion
:
(
str
:
string
) =>
string
;
export
declare
const
sizeChange
:
(
size
:
string
|
number
|
undefined
,
unit
?:
string
) =>
string
;