@symbiote-native/angular 0.5.0 → 0.6.1
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.
- package/babel-register-composed.cjs +11 -3
- package/build/angular/anchor-host-registry.d.ts +2 -0
- package/build/angular/anchor-host-registry.js +84 -0
- package/build/angular/anchor-host-registry.js.map +1 -0
- package/build/angular/components/input-accessory-view/index.d.ts +2 -1
- package/build/angular/components/input-accessory-view/index.js +28 -39
- package/build/angular/components/input-accessory-view/index.js.map +1 -1
- package/build/angular/components/scroll-view/projection.js +70 -48
- package/build/angular/components/scroll-view/projection.js.map +1 -1
- package/build/angular/components/scroll-view/shared.js +28 -25
- package/build/angular/components/scroll-view/shared.js.map +1 -1
- package/build/angular/components/scroll-view/sticky-header.d.ts +6 -7
- package/build/angular/components/scroll-view/sticky-header.js +82 -65
- package/build/angular/components/scroll-view/sticky-header.js.map +1 -1
- package/build/angular/components/touchable/index.d.ts +2 -5
- package/build/angular/components/touchable/index.js +36 -56
- package/build/angular/components/touchable/index.js.map +1 -1
- package/build/angular/components/virtualized-list/index.d.ts +5 -20
- package/build/angular/components/virtualized-list/index.js +145 -275
- package/build/angular/components/virtualized-list/index.js.map +1 -1
- package/build/angular/components/virtualized-section-list/index.js +2 -4
- package/build/angular/components/virtualized-section-list/index.js.map +1 -1
- package/build/angular/index.d.ts +2 -1
- package/build/angular/index.js +6 -1
- package/build/angular/index.js.map +1 -1
- package/build/angular/renderer/index.d.ts +0 -1
- package/build/angular/renderer/index.js +5 -60
- package/build/angular/renderer/index.js.map +1 -1
- package/package.json +9 -7
- package/src/__tests__/responder-nested-cd.test.ts +1 -1
- package/src/anchor-host-registry.ts +88 -0
- package/src/components/input-accessory-view/index.ts +30 -39
- package/src/components/scroll-view/projection.ts +76 -46
- package/src/components/scroll-view/shared.ts +27 -19
- package/src/components/scroll-view/sticky-header.ts +89 -64
- package/src/components/touchable/index.ts +52 -66
- package/src/components/virtualized-list/index.ts +157 -368
- package/src/components/virtualized-section-list/index.ts +6 -3
- package/src/index.ts +6 -1
- package/src/renderer/index.ts +5 -63
- package/src/renderer/renderer.test.ts +2 -1
- package/build/bootstrap.d.ts +0 -7
- package/build/bootstrap.js +0 -14
- package/build/components/activity-indicator/index.android.d.ts +0 -9
- package/build/components/activity-indicator/index.android.js +0 -64
- package/build/components/activity-indicator/index.d.ts +0 -1
- package/build/components/activity-indicator/index.ios.d.ts +0 -5
- package/build/components/activity-indicator/index.ios.js +0 -64
- package/build/components/activity-indicator/index.js +0 -3
- package/build/components/activity-indicator/shared.d.ts +0 -64
- package/build/components/activity-indicator/shared.js +0 -424
- package/build/components/button.d.ts +0 -60
- package/build/components/button.js +0 -456
- package/build/components/flat-list/index.d.ts +0 -119
- package/build/components/flat-list/index.js +0 -691
- package/build/components/image/index.android.d.ts +0 -7
- package/build/components/image/index.android.js +0 -88
- package/build/components/image/index.d.ts +0 -1
- package/build/components/image/index.ios.d.ts +0 -7
- package/build/components/image/index.ios.js +0 -88
- package/build/components/image/index.js +0 -2
- package/build/components/image/shared.d.ts +0 -101
- package/build/components/image/shared.js +0 -405
- package/build/components/image-background.d.ts +0 -78
- package/build/components/image-background.js +0 -583
- package/build/components/input-accessory-view/index.d.ts +0 -56
- package/build/components/input-accessory-view/index.js +0 -403
- package/build/components/keyboard-avoiding-view/index.d.ts +0 -79
- package/build/components/keyboard-avoiding-view/index.js +0 -504
- package/build/components/modal/index.d.ts +0 -89
- package/build/components/modal/index.js +0 -529
- package/build/components/pressable/index.d.ts +0 -120
- package/build/components/pressable/index.js +0 -639
- package/build/components/refresh-control/index.d.ts +0 -83
- package/build/components/refresh-control/index.js +0 -509
- package/build/components/safe-area-view/index.d.ts +0 -54
- package/build/components/safe-area-view/index.js +0 -388
- package/build/components/scroll-view/index.android.d.ts +0 -16
- package/build/components/scroll-view/index.android.js +0 -228
- package/build/components/scroll-view/index.d.ts +0 -3
- package/build/components/scroll-view/index.ios.d.ts +0 -6
- package/build/components/scroll-view/index.ios.js +0 -113
- package/build/components/scroll-view/index.js +0 -5
- package/build/components/scroll-view/projection.d.ts +0 -32
- package/build/components/scroll-view/projection.js +0 -311
- package/build/components/scroll-view/shared.d.ts +0 -225
- package/build/components/scroll-view/shared.js +0 -757
- package/build/components/scroll-view/sticky-header.d.ts +0 -38
- package/build/components/scroll-view/sticky-header.js +0 -257
- package/build/components/section-list/index.d.ts +0 -113
- package/build/components/section-list/index.js +0 -768
- package/build/components/switch/index.android.d.ts +0 -17
- package/build/components/switch/index.android.js +0 -107
- package/build/components/switch/index.d.ts +0 -1
- package/build/components/switch/index.ios.d.ts +0 -16
- package/build/components/switch/index.ios.js +0 -106
- package/build/components/switch/index.js +0 -3
- package/build/components/switch/shared.d.ts +0 -37
- package/build/components/switch/shared.js +0 -176
- package/build/components/text-input.d.ts +0 -150
- package/build/components/text-input.js +0 -821
- package/build/components/touchable/index.d.ts +0 -241
- package/build/components/touchable/index.js +0 -1672
- package/build/components/touchable-native-feedback/index.d.ts +0 -80
- package/build/components/touchable-native-feedback/index.js +0 -545
- package/build/components/virtualized-list/directives.d.ts +0 -41
- package/build/components/virtualized-list/directives.js +0 -249
- package/build/components/virtualized-list/index.d.ts +0 -265
- package/build/components/virtualized-list/index.js +0 -1343
- package/build/components/virtualized-section-list/directives.d.ts +0 -28
- package/build/components/virtualized-section-list/directives.js +0 -148
- package/build/components/virtualized-section-list/index.d.ts +0 -175
- package/build/components/virtualized-section-list/index.js +0 -854
- package/build/components.d.ts +0 -39
- package/build/components.js +0 -37
- package/build/create-portal/index.d.ts +0 -17
- package/build/create-portal/index.js +0 -128
- package/build/create-tunnel/index.d.ts +0 -29
- package/build/create-tunnel/index.js +0 -181
- package/build/descriptor-to-angular/index.d.ts +0 -19
- package/build/descriptor-to-angular/index.js +0 -186
- package/build/host-instance/index.d.ts +0 -2
- package/build/host-instance/index.js +0 -36
- package/build/index.d.ts +0 -21
- package/build/index.js +0 -40
- package/build/modules/animated/animated-leaf-binder/index.d.ts +0 -14
- package/build/modules/animated/animated-leaf-binder/index.js +0 -90
- package/build/modules/animated/animated-leaf-binder.d.ts +0 -14
- package/build/modules/animated/animated-leaf-binder.js +0 -90
- package/build/modules/animated/create-animated-component.d.ts +0 -48
- package/build/modules/animated/create-animated-component.js +0 -425
- package/build/modules/animated/index.d.ts +0 -51
- package/build/modules/animated/index.js +0 -58
- package/build/modules/app-registry/index.d.ts +0 -7
- package/build/modules/app-registry/index.js +0 -22
- package/build/modules/status-bar/index.d.ts +0 -17
- package/build/modules/status-bar/index.js +0 -121
- package/build/primitives/index.d.ts +0 -32
- package/build/primitives/index.js +0 -386
- package/build/primitives/shared.d.ts +0 -83
- package/build/primitives/shared.js +0 -230
- package/build/render/index.d.ts +0 -11
- package/build/render/index.js +0 -170
- package/build/renderer/index.d.ts +0 -38
- package/build/renderer/index.js +0 -355
- package/build/services/color-scheme.service.d.ts +0 -13
- package/build/services/color-scheme.service.js +0 -72
- package/build/services/index.d.ts +0 -2
- package/build/services/index.js +0 -2
- package/build/services/window-dimensions.service.d.ts +0 -13
- package/build/services/window-dimensions.service.js +0 -83
|
@@ -1,241 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type IAccessibilityProps, type IAccessibilityStateValue, type IAriaProps, type IPressableAndroidRippleConfig, type IPressState, type IPressTimingProps, type IRectOffset } from '@symbiote-native/components';
|
|
3
|
-
import { type ISymbioteEvent, type IStyleProp, type IViewStyle } from '@symbiote-native/engine';
|
|
4
|
-
import { type IAngularPressableInputs } from '../pressable';
|
|
5
|
-
type IAngularTouchableBaseProps = Omit<IAngularPressableInputs, 'style'> & IPressTimingProps & {
|
|
6
|
-
style?: IStyleProp<IViewStyle>;
|
|
7
|
-
};
|
|
8
|
-
export type IAngularTouchableOpacityProps = IAngularTouchableBaseProps & {
|
|
9
|
-
activeOpacity?: number;
|
|
10
|
-
};
|
|
11
|
-
export type IAngularTouchableHighlightProps = IAngularTouchableBaseProps & {
|
|
12
|
-
activeOpacity?: number;
|
|
13
|
-
underlayColor?: string;
|
|
14
|
-
};
|
|
15
|
-
export type IAngularTouchableWithoutFeedbackProps = IAngularTouchableBaseProps;
|
|
16
|
-
export declare class TouchableOpacity implements IAngularTouchableOpacityProps {
|
|
17
|
-
readonly press: EventEmitter<ISymbioteEvent>;
|
|
18
|
-
readonly pressIn: EventEmitter<ISymbioteEvent>;
|
|
19
|
-
readonly pressOut: EventEmitter<ISymbioteEvent>;
|
|
20
|
-
readonly pressMove: EventEmitter<ISymbioteEvent>;
|
|
21
|
-
readonly longPress: EventEmitter<ISymbioteEvent>;
|
|
22
|
-
readonly hoverIn: EventEmitter<ISymbioteEvent>;
|
|
23
|
-
readonly hoverOut: EventEmitter<ISymbioteEvent>;
|
|
24
|
-
readonly accessibilityAction: EventEmitter<ISymbioteEvent>;
|
|
25
|
-
readonly accessibilityTap: EventEmitter<ISymbioteEvent>;
|
|
26
|
-
readonly magicTap: EventEmitter<ISymbioteEvent>;
|
|
27
|
-
readonly accessibilityEscape: EventEmitter<ISymbioteEvent>;
|
|
28
|
-
activeOpacity?: number;
|
|
29
|
-
delayPressIn?: number;
|
|
30
|
-
delayPressOut?: number;
|
|
31
|
-
minPressDuration?: number;
|
|
32
|
-
style?: IStyleProp<IViewStyle>;
|
|
33
|
-
delayLongPress?: number;
|
|
34
|
-
delayHoverIn?: number;
|
|
35
|
-
delayHoverOut?: number;
|
|
36
|
-
disabled?: boolean;
|
|
37
|
-
cancelable?: boolean;
|
|
38
|
-
hitSlop?: IRectOffset;
|
|
39
|
-
pressRetentionOffset?: IRectOffset;
|
|
40
|
-
unstable_pressDelay?: number;
|
|
41
|
-
android_ripple?: IPressableAndroidRippleConfig;
|
|
42
|
-
android_disableSound?: boolean;
|
|
43
|
-
testID?: string;
|
|
44
|
-
nativeID?: string;
|
|
45
|
-
hasTVPreferredFocus?: boolean;
|
|
46
|
-
nextFocusDown?: number;
|
|
47
|
-
nextFocusForward?: number;
|
|
48
|
-
nextFocusLeft?: number;
|
|
49
|
-
nextFocusRight?: number;
|
|
50
|
-
nextFocusUp?: number;
|
|
51
|
-
accessible?: boolean;
|
|
52
|
-
accessibilityLabel?: string;
|
|
53
|
-
accessibilityHint?: string;
|
|
54
|
-
accessibilityRole?: IAccessibilityProps['accessibilityRole'];
|
|
55
|
-
accessibilityState?: IAccessibilityStateValue;
|
|
56
|
-
accessibilityValue?: IAccessibilityProps['accessibilityValue'];
|
|
57
|
-
accessibilityActions?: IAccessibilityProps['accessibilityActions'];
|
|
58
|
-
accessibilityLabelledBy?: string | string[];
|
|
59
|
-
importantForAccessibility?: IAccessibilityProps['importantForAccessibility'];
|
|
60
|
-
accessibilityLiveRegion?: IAccessibilityProps['accessibilityLiveRegion'];
|
|
61
|
-
screenReaderFocusable?: boolean;
|
|
62
|
-
accessibilityViewIsModal?: boolean;
|
|
63
|
-
accessibilityElementsHidden?: boolean;
|
|
64
|
-
accessibilityIgnoresInvertColors?: boolean;
|
|
65
|
-
accessibilityLanguage?: string;
|
|
66
|
-
accessibilityRespondsToUserInteraction?: boolean;
|
|
67
|
-
accessibilityShowsLargeContentViewer?: boolean;
|
|
68
|
-
accessibilityLargeContentTitle?: string;
|
|
69
|
-
ariaLabel?: string;
|
|
70
|
-
ariaBusy?: boolean;
|
|
71
|
-
ariaChecked?: boolean | 'mixed';
|
|
72
|
-
ariaDisabled?: boolean;
|
|
73
|
-
ariaExpanded?: boolean;
|
|
74
|
-
ariaHidden?: boolean;
|
|
75
|
-
ariaLabelledBy?: string;
|
|
76
|
-
ariaLive?: IAriaProps['aria-live'];
|
|
77
|
-
ariaSelected?: boolean;
|
|
78
|
-
ariaModal?: boolean;
|
|
79
|
-
ariaValueMax?: number;
|
|
80
|
-
ariaValueMin?: number;
|
|
81
|
-
ariaValueNow?: number;
|
|
82
|
-
ariaValueText?: string;
|
|
83
|
-
id?: string;
|
|
84
|
-
role?: IAriaProps['role'];
|
|
85
|
-
private readonly opacity;
|
|
86
|
-
private pressInTimer;
|
|
87
|
-
private activatedAt;
|
|
88
|
-
private readonly elementRef;
|
|
89
|
-
get animatedStyle(): unknown;
|
|
90
|
-
private setOpacityTo;
|
|
91
|
-
private clearPressInTimer;
|
|
92
|
-
private activate;
|
|
93
|
-
private deactivate;
|
|
94
|
-
handlePressIn: (event: ISymbioteEvent) => void;
|
|
95
|
-
handlePressOut: (event: ISymbioteEvent) => void;
|
|
96
|
-
}
|
|
97
|
-
export declare class TouchableHighlight implements IAngularTouchableHighlightProps {
|
|
98
|
-
readonly press: EventEmitter<ISymbioteEvent>;
|
|
99
|
-
readonly pressIn: EventEmitter<ISymbioteEvent>;
|
|
100
|
-
readonly pressOut: EventEmitter<ISymbioteEvent>;
|
|
101
|
-
readonly pressMove: EventEmitter<ISymbioteEvent>;
|
|
102
|
-
readonly longPress: EventEmitter<ISymbioteEvent>;
|
|
103
|
-
readonly hoverIn: EventEmitter<ISymbioteEvent>;
|
|
104
|
-
readonly hoverOut: EventEmitter<ISymbioteEvent>;
|
|
105
|
-
readonly accessibilityAction: EventEmitter<ISymbioteEvent>;
|
|
106
|
-
readonly accessibilityTap: EventEmitter<ISymbioteEvent>;
|
|
107
|
-
readonly magicTap: EventEmitter<ISymbioteEvent>;
|
|
108
|
-
readonly accessibilityEscape: EventEmitter<ISymbioteEvent>;
|
|
109
|
-
activeOpacity?: number;
|
|
110
|
-
underlayColor?: string;
|
|
111
|
-
delayPressIn?: number;
|
|
112
|
-
delayPressOut?: number;
|
|
113
|
-
minPressDuration?: number;
|
|
114
|
-
style?: IStyleProp<IViewStyle>;
|
|
115
|
-
delayLongPress?: number;
|
|
116
|
-
delayHoverIn?: number;
|
|
117
|
-
delayHoverOut?: number;
|
|
118
|
-
disabled?: boolean;
|
|
119
|
-
cancelable?: boolean;
|
|
120
|
-
hitSlop?: IRectOffset;
|
|
121
|
-
pressRetentionOffset?: IRectOffset;
|
|
122
|
-
unstable_pressDelay?: number;
|
|
123
|
-
android_ripple?: IPressableAndroidRippleConfig;
|
|
124
|
-
android_disableSound?: boolean;
|
|
125
|
-
testID?: string;
|
|
126
|
-
nativeID?: string;
|
|
127
|
-
hasTVPreferredFocus?: boolean;
|
|
128
|
-
nextFocusDown?: number;
|
|
129
|
-
nextFocusForward?: number;
|
|
130
|
-
nextFocusLeft?: number;
|
|
131
|
-
nextFocusRight?: number;
|
|
132
|
-
nextFocusUp?: number;
|
|
133
|
-
accessible?: boolean;
|
|
134
|
-
accessibilityLabel?: string;
|
|
135
|
-
accessibilityHint?: string;
|
|
136
|
-
accessibilityRole?: IAccessibilityProps['accessibilityRole'];
|
|
137
|
-
accessibilityState?: IAccessibilityStateValue;
|
|
138
|
-
accessibilityValue?: IAccessibilityProps['accessibilityValue'];
|
|
139
|
-
accessibilityActions?: IAccessibilityProps['accessibilityActions'];
|
|
140
|
-
accessibilityLabelledBy?: string | string[];
|
|
141
|
-
importantForAccessibility?: IAccessibilityProps['importantForAccessibility'];
|
|
142
|
-
accessibilityLiveRegion?: IAccessibilityProps['accessibilityLiveRegion'];
|
|
143
|
-
screenReaderFocusable?: boolean;
|
|
144
|
-
accessibilityViewIsModal?: boolean;
|
|
145
|
-
accessibilityElementsHidden?: boolean;
|
|
146
|
-
accessibilityIgnoresInvertColors?: boolean;
|
|
147
|
-
accessibilityLanguage?: string;
|
|
148
|
-
accessibilityRespondsToUserInteraction?: boolean;
|
|
149
|
-
accessibilityShowsLargeContentViewer?: boolean;
|
|
150
|
-
accessibilityLargeContentTitle?: string;
|
|
151
|
-
ariaLabel?: string;
|
|
152
|
-
ariaBusy?: boolean;
|
|
153
|
-
ariaChecked?: boolean | 'mixed';
|
|
154
|
-
ariaDisabled?: boolean;
|
|
155
|
-
ariaExpanded?: boolean;
|
|
156
|
-
ariaHidden?: boolean;
|
|
157
|
-
ariaLabelledBy?: string;
|
|
158
|
-
ariaLive?: IAriaProps['aria-live'];
|
|
159
|
-
ariaSelected?: boolean;
|
|
160
|
-
ariaModal?: boolean;
|
|
161
|
-
ariaValueMax?: number;
|
|
162
|
-
ariaValueMin?: number;
|
|
163
|
-
ariaValueNow?: number;
|
|
164
|
-
ariaValueText?: string;
|
|
165
|
-
id?: string;
|
|
166
|
-
role?: IAriaProps['role'];
|
|
167
|
-
private readonly elementRef;
|
|
168
|
-
pressedStyle: (state: IPressState) => IStyleProp<IViewStyle>;
|
|
169
|
-
}
|
|
170
|
-
export declare class TouchableWithoutFeedback implements IAngularTouchableWithoutFeedbackProps {
|
|
171
|
-
readonly press: EventEmitter<ISymbioteEvent>;
|
|
172
|
-
readonly pressIn: EventEmitter<ISymbioteEvent>;
|
|
173
|
-
readonly pressOut: EventEmitter<ISymbioteEvent>;
|
|
174
|
-
readonly pressMove: EventEmitter<ISymbioteEvent>;
|
|
175
|
-
readonly longPress: EventEmitter<ISymbioteEvent>;
|
|
176
|
-
readonly hoverIn: EventEmitter<ISymbioteEvent>;
|
|
177
|
-
readonly hoverOut: EventEmitter<ISymbioteEvent>;
|
|
178
|
-
readonly accessibilityAction: EventEmitter<ISymbioteEvent>;
|
|
179
|
-
readonly accessibilityTap: EventEmitter<ISymbioteEvent>;
|
|
180
|
-
readonly magicTap: EventEmitter<ISymbioteEvent>;
|
|
181
|
-
readonly accessibilityEscape: EventEmitter<ISymbioteEvent>;
|
|
182
|
-
delayPressIn?: number;
|
|
183
|
-
delayPressOut?: number;
|
|
184
|
-
minPressDuration?: number;
|
|
185
|
-
style?: IStyleProp<IViewStyle>;
|
|
186
|
-
delayLongPress?: number;
|
|
187
|
-
delayHoverIn?: number;
|
|
188
|
-
delayHoverOut?: number;
|
|
189
|
-
disabled?: boolean;
|
|
190
|
-
cancelable?: boolean;
|
|
191
|
-
hitSlop?: IRectOffset;
|
|
192
|
-
pressRetentionOffset?: IRectOffset;
|
|
193
|
-
unstable_pressDelay?: number;
|
|
194
|
-
android_ripple?: IPressableAndroidRippleConfig;
|
|
195
|
-
android_disableSound?: boolean;
|
|
196
|
-
testID?: string;
|
|
197
|
-
nativeID?: string;
|
|
198
|
-
hasTVPreferredFocus?: boolean;
|
|
199
|
-
nextFocusDown?: number;
|
|
200
|
-
nextFocusForward?: number;
|
|
201
|
-
nextFocusLeft?: number;
|
|
202
|
-
nextFocusRight?: number;
|
|
203
|
-
nextFocusUp?: number;
|
|
204
|
-
accessible?: boolean;
|
|
205
|
-
accessibilityLabel?: string;
|
|
206
|
-
accessibilityHint?: string;
|
|
207
|
-
accessibilityRole?: IAccessibilityProps['accessibilityRole'];
|
|
208
|
-
accessibilityState?: IAccessibilityStateValue;
|
|
209
|
-
accessibilityValue?: IAccessibilityProps['accessibilityValue'];
|
|
210
|
-
accessibilityActions?: IAccessibilityProps['accessibilityActions'];
|
|
211
|
-
accessibilityLabelledBy?: string | string[];
|
|
212
|
-
importantForAccessibility?: IAccessibilityProps['importantForAccessibility'];
|
|
213
|
-
accessibilityLiveRegion?: IAccessibilityProps['accessibilityLiveRegion'];
|
|
214
|
-
screenReaderFocusable?: boolean;
|
|
215
|
-
accessibilityViewIsModal?: boolean;
|
|
216
|
-
accessibilityElementsHidden?: boolean;
|
|
217
|
-
accessibilityIgnoresInvertColors?: boolean;
|
|
218
|
-
accessibilityLanguage?: string;
|
|
219
|
-
accessibilityRespondsToUserInteraction?: boolean;
|
|
220
|
-
accessibilityShowsLargeContentViewer?: boolean;
|
|
221
|
-
accessibilityLargeContentTitle?: string;
|
|
222
|
-
ariaLabel?: string;
|
|
223
|
-
ariaBusy?: boolean;
|
|
224
|
-
ariaChecked?: boolean | 'mixed';
|
|
225
|
-
ariaDisabled?: boolean;
|
|
226
|
-
ariaExpanded?: boolean;
|
|
227
|
-
ariaHidden?: boolean;
|
|
228
|
-
ariaLabelledBy?: string;
|
|
229
|
-
ariaLive?: IAriaProps['aria-live'];
|
|
230
|
-
ariaSelected?: boolean;
|
|
231
|
-
ariaModal?: boolean;
|
|
232
|
-
ariaValueMax?: number;
|
|
233
|
-
ariaValueMin?: number;
|
|
234
|
-
ariaValueNow?: number;
|
|
235
|
-
ariaValueText?: string;
|
|
236
|
-
id?: string;
|
|
237
|
-
role?: IAriaProps['role'];
|
|
238
|
-
private readonly elementRef;
|
|
239
|
-
get mergedStyle(): IStyleProp<IViewStyle>;
|
|
240
|
-
}
|
|
241
|
-
export {};
|