@morghulis/core 1.0.30 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,15 +7,19 @@ declare var __VLS_13: {
|
|
|
7
7
|
isLeaf: any;
|
|
8
8
|
node: any;
|
|
9
9
|
data: any;
|
|
10
|
+
select: typeof select;
|
|
10
11
|
}, __VLS_19: {
|
|
11
12
|
node: any;
|
|
12
13
|
data: any;
|
|
14
|
+
select: typeof select;
|
|
13
15
|
}, __VLS_22: {
|
|
14
16
|
node: any;
|
|
15
17
|
data: any;
|
|
18
|
+
select: typeof select;
|
|
16
19
|
}, __VLS_25: {
|
|
17
20
|
node: any;
|
|
18
21
|
data: any;
|
|
22
|
+
select: typeof select;
|
|
19
23
|
}, __VLS_28: {
|
|
20
24
|
node: any;
|
|
21
25
|
data: any;
|
|
@@ -23,6 +27,7 @@ declare var __VLS_13: {
|
|
|
23
27
|
}, __VLS_31: {
|
|
24
28
|
node: any;
|
|
25
29
|
data: any;
|
|
30
|
+
select: typeof select;
|
|
26
31
|
};
|
|
27
32
|
type __VLS_Slots = {} & {
|
|
28
33
|
header?: (props: typeof __VLS_13) => any;
|