UNPKG
order-ui
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
order the UI base on id
order-ui
/
dist
/
componentOrderUtil.d.ts
8 lines
(7 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
ComponentOrderUtil
{
static
PARENT_NODE
:
string
;
static
LIST_NODE
:
string
;
static
DEFAULT_LIST
:
any
[];
static
ORDER_COMPONENT
(
componentIdList
:
any
[],
node
:
string
):
void
;
static
isEmpty
(
input
:
any
):
boolean
; }