UNPKG
@inaccess-fang/ui-components
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.2
1.0.1
1.0.0
0.0.1
The Inaccess UI Components Library for the Front-end projects
@inaccess-fang/ui-components
/
lib
/
core
/
utils
/
sort
/
extendOwn.d.ts
3 lines
(2 loc)
•
82 B
TypeScript
View Raw
1
2
3
declare
var
_default
:
(
obj
:
any
, ...
args
:
any
[]
) =>
any
;
export
default
_default;