-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModalSelect.d.ts
More file actions
108 lines (108 loc) · 4.33 KB
/
Copy pathModalSelect.d.ts
File metadata and controls
108 lines (108 loc) · 4.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
import React from 'react';
export declare const ModalSelect: React.MemoExoticComponent<React.ForwardRefExoticComponent<Readonly<import("../types").PartialNullable<{
Component: import("../types").TAnyComponent;
flex: number;
padding: string | number;
margin: string | number;
shape: import("../types").TShapeName;
border: import("../types").TBorderName;
href: string;
colors: import("../types").TColorsProp;
testId: string;
isDisabled: boolean;
opacityDisabled: number;
isHidden: boolean;
state: import("../types").TActivityState;
custom: Readonly<{
[key: string]: unknown;
}>;
style: import("../types").TStyle;
}>> & Readonly<import("../types").PartialNullable<{
direction: "row" | "column" | "row-reverse" | "column-reverse";
justify: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly";
align: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
shadow: import("../types").TShadowName;
events: "none" | "box-none" | "box-only" | "auto";
}>> & Readonly<import("../types").PartialNullable<{
name: string;
size: import("../types").TSpecSize;
sizeText: import("../types").TSpecSize;
sizeIcons: import("../types").TSpecSize;
alignText: "justify" | "center" | "left" | "right" | "auto";
hasMentions: boolean;
isDecorated: boolean;
label: string;
labelActive: string;
icons: import("../types").TIconEmbedList;
iconsActive: import("../types").TIconEmbedList;
shadowText: import("../types").TShadowTextName;
flexText: number;
lines: number;
font: string;
fontActive: string;
isActive: boolean;
colorsActive: import("../types").TColorsProp;
select: import("../types").TGenButtonGroupEmbed<import("../types").TButtonEmbed>;
}>> & Readonly<import("../types").PartialNullable<{
active: import("../types").TActiveButtons;
behavior: import("../types").TButtonGroupBehavior;
buttons: readonly ((Readonly<import("../types").PartialNullable<{
Component: import("../types").TAnyComponent;
flex: number;
padding: string | number;
margin: string | number;
shape: import("../types").TShapeName;
border: import("../types").TBorderName;
href: string;
colors: import("../types").TColorsProp;
testId: string;
isDisabled: boolean;
opacityDisabled: number;
isHidden: boolean;
state: import("../types").TActivityState;
custom: Readonly<{
[key: string]: unknown;
}>;
style: import("../types").TStyle;
}>> & Readonly<import("../types").PartialNullable<{
direction: "row" | "column" | "row-reverse" | "column-reverse";
justify: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly";
align: "center" | "flex-start" | "flex-end" | "stretch" | "baseline";
shadow: import("../types").TShadowName;
events: "none" | "box-none" | "box-only" | "auto";
}>> & Readonly<import("../types").PartialNullable<{
name: string;
size: import("../types").TSpecSize;
sizeText: import("../types").TSpecSize;
sizeIcons: import("../types").TSpecSize;
alignText: "justify" | "center" | "left" | "right" | "auto";
hasMentions: boolean;
isDecorated: boolean;
label: string;
labelActive: string;
icons: import("../types").TIconEmbedList;
iconsActive: import("../types").TIconEmbedList;
shadowText: import("../types").TShadowTextName;
flexText: number;
lines: number;
font: string;
fontActive: string;
isActive: boolean;
colorsActive: import("../types").TColorsProp;
select: import("../types").TGenButtonGroupEmbed<import("../types").TButtonEmbed>;
}>> & Readonly<{
name: string;
}>) | null)[];
spacing: number;
countInitial: number;
countBatch: number;
interval: number;
}>> & Readonly<import("../types").PartialNullable<{
overlayStyle: import("../types").TStyle;
backgroundStyle: import("../types").TStyle;
isNonBlocking: boolean;
}>> & Readonly<{
onClose: import("../types").TCbVoid;
onPress: import("../types").TButtonGroupOnPress;
targetRef?: React.RefObject<unknown> | null | undefined;
}> & React.RefAttributes<unknown>>>;