@ornikar/kitt-universal 26.3.1-late-ocean.ccf14ae912d02bfa0c8d62c4652911eb457e71b0.0 → 27.0.0
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/CHANGELOG.md +18 -3
- package/dist/definitions/Actions/Actions.d.ts +1 -1
- package/dist/definitions/SegmentedProgressBar/SegmentedProgressBar.d.ts.map +1 -1
- package/dist/definitions/Tag/Tag.d.ts +2 -7
- package/dist/definitions/Tag/Tag.d.ts.map +1 -1
- package/dist/definitions/Toast/Toast.utils.d.ts +1 -1
- package/dist/definitions/Toast/Toast.utils.d.ts.map +1 -1
- package/dist/definitions/VerticalSteps/Step.d.ts.map +1 -1
- package/dist/definitions/forms/Radio/InnerCircle.d.ts +2 -1
- package/dist/definitions/forms/Radio/InnerCircle.d.ts.map +1 -1
- package/dist/definitions/forms/RadioButtonGroup/utils/getCurrentTextColor.d.ts +1 -1
- package/dist/definitions/forms/RadioButtonGroup/utils/getCurrentTextColor.d.ts.map +1 -1
- package/dist/definitions/forms/TextArea/TextArea.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +161 -362
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/story-components/StoryTitle.d.ts.map +1 -1
- package/dist/definitions/themes/default.d.ts +215 -213
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/avatar.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/checkbox.d.ts +8 -8
- package/dist/definitions/themes/late-ocean/colors.d.ts +14 -16
- package/dist/definitions/themes/late-ocean/colors.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/forms.d.ts +8 -8
- package/dist/definitions/themes/late-ocean/icon.d.ts +0 -8
- package/dist/definitions/themes/late-ocean/icon.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/radio.d.ts +1 -0
- package/dist/definitions/themes/late-ocean/radio.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/radioButtonGroup.d.ts +5 -0
- package/dist/definitions/themes/late-ocean/radioButtonGroup.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/skeleton.d.ts +2 -2
- package/dist/definitions/themes/late-ocean/skeleton.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/tag.d.ts +0 -4
- package/dist/definitions/themes/late-ocean/tag.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/typography.d.ts +140 -70
- package/dist/definitions/themes/late-ocean/typography.d.ts.map +1 -1
- package/dist/definitions/themes/palettes/deepPurpleColorPalette.d.ts +79 -0
- package/dist/definitions/themes/palettes/deepPurpleColorPalette.d.ts.map +1 -0
- package/dist/definitions/typography/Typography.d.ts +59 -980
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/definitions/typography/TypographyEmoji.d.ts.map +1 -1
- package/dist/definitions/typography/TypographyLink.d.ts.map +1 -1
- package/dist/definitions/typography/utils/getTypographyFamily.d.ts +1 -1
- package/dist/definitions/typography/utils/getTypographyFamily.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +719 -849
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +719 -849
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +716 -846
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.css +1 -1
- package/dist/index-node-22.17.cjs.web.js +713 -843
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +716 -846
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.css +1 -1
- package/dist/index-node-22.17.es.web.mjs +713 -843
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +736 -874
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +733 -871
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +469 -532
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +469 -532
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.js +469 -532
- package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.web.js +469 -532
- package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-22.17.es.mjs +469 -532
- package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
- package/dist/linaria-themes-node-22.17.es.web.mjs +469 -532
- package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +469 -538
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +469 -538
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +25 -25
- package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts +0 -260
- package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts.map +0 -1
|
@@ -4,30 +4,18 @@ import type { FC, ReactNode } from 'react';
|
|
|
4
4
|
import type { TextProps, TextStyle } from 'react-native';
|
|
5
5
|
import type { Except, SetOptional } from 'type-fest';
|
|
6
6
|
import type { KittResponsiveProp } from '../KittBreakpoints';
|
|
7
|
-
import { KittBreakpointNameEnum } from '../KittBreakpoints';
|
|
8
7
|
import type { NativeBaseAcceptedFlexboxProps } from '../native-base/acceptable-native-base-props';
|
|
9
|
-
import type { TypographyTypeConfig } from '../themes/late-ocean/typography';
|
|
10
8
|
import type { typographyColors } from './typographyColors';
|
|
11
9
|
export type TypographyColor = (typeof typographyColors)[number];
|
|
12
10
|
export type ExtendedTypographyColor = TypographyColor | NonNullable<ITextProps['color']> | string;
|
|
13
|
-
type
|
|
14
|
-
type
|
|
15
|
-
export type
|
|
16
|
-
|
|
17
|
-
export type
|
|
18
|
-
type
|
|
19
|
-
type NonLegacyTypographyHeadingImpactType = `heading-impact-${'xxxs' | 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl'}`;
|
|
20
|
-
export type TypographyHeadingImpactType = LegacyTypographyHeadingImpactType | NonLegacyTypographyHeadingImpactType;
|
|
21
|
-
/** @deprecated use TypographyHeadingImpactType instead */
|
|
22
|
-
export type TypographyHeaderImpactType = TypographyHeadingImpactType;
|
|
23
|
-
type LegacyTypographyBodyType = 'body' | `body-${'large' | 'medium' | 'small' | 'xsmall'}`;
|
|
24
|
-
type NonLegacyTypographyBodyType = `body-${'xs' | 's' | 'm' | 'l' | 'xl'}`;
|
|
25
|
-
export type TypographyBodyType = LegacyTypographyBodyType | NonLegacyTypographyBodyType;
|
|
26
|
-
export type TypographyType = TypographyHeadingType | TypographyHeadingImpactType | TypographyBodyType;
|
|
27
|
-
type TypographyVariant = 'regular' | 'bold';
|
|
11
|
+
export type TypographyHeadingType = `heading-${'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl'}`;
|
|
12
|
+
export type TypographyBodyType = `body-${'xs' | 's' | 'm' | 'l' | 'xl'}`;
|
|
13
|
+
export type TypographyLabelType = `label-${'large' | 'medium'}`;
|
|
14
|
+
export type TypographyContentCapsType = `content-caps-${'xxxl' | 'xxl' | 'xl' | 'l' | 'm' | 's' | 'xs'}`;
|
|
15
|
+
export type TypographyType = TypographyHeadingType | TypographyBodyType | TypographyLabelType | TypographyContentCapsType;
|
|
16
|
+
type TypographyVariant = 'regular' | 'semibold' | 'bold';
|
|
28
17
|
export declare function useTypographyColor(): ExtendedTypographyColor;
|
|
29
18
|
export declare function useTypographyAncestorType(): TypographyBreakpointType | null;
|
|
30
|
-
export declare function getTypographyTypeConfigKeyFromTypeName(breakpointName: KittBreakpointNameEnum): keyof TypographyTypeConfig;
|
|
31
19
|
export type TypographyBreakpointType = Partial<KittResponsiveProp<TypographyType>>;
|
|
32
20
|
type NativeBaseTextPropsAcceptedProps = Pick<ITextProps, keyof Except<TextProps, 'accessibilityRole'> | 'textAlign' | 'textTransform' | 'underline' | 'strikeThrough' | NativeBaseAcceptedFlexboxProps> & Pick<TextStyle, 'cursor' | 'transitionProperty' | 'transitionDuration' | 'transitionTimingFunction'>;
|
|
33
21
|
export interface TypographyProps extends TypographyBreakpointType, NativeBaseTextPropsAcceptedProps, Pick<PlatformProps<NativeBaseTextPropsAcceptedProps>, '_android' | '_ios' | '_web'> {
|
|
@@ -41,7 +29,7 @@ export interface TypographyProps extends TypographyBreakpointType, NativeBaseTex
|
|
|
41
29
|
}
|
|
42
30
|
export type TypographyPropsWithoutAccessibilityRole = Except<TypographyProps, 'accessibilityRole'>;
|
|
43
31
|
export declare function createNativeBaseFontSize(type: TypographyBreakpointType): ITextProps['fontSize'];
|
|
44
|
-
export declare function Typography({ accessibilityRole, base: legacyBase, small: legacySmall, medium: legacyMedium, large: legacyLarge, wide: legacyWide, type, variant, color, ...otherProps }: TypographyProps): ReactNode;
|
|
32
|
+
export declare function Typography({ accessibilityRole, base: legacyBase, small: legacySmall, medium: legacyMedium, large: legacyLarge, wide: legacyWide, type, variant, color, underline, ...otherProps }: TypographyProps): ReactNode;
|
|
45
33
|
export declare namespace Typography {
|
|
46
34
|
var SetDefaultColor: import("react").Provider<ExtendedTypographyColor | undefined>;
|
|
47
35
|
var Text: typeof TypographyText;
|
|
@@ -68,8 +56,9 @@ export declare namespace Typography {
|
|
|
68
56
|
flexShrink?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexShrink | undefined>;
|
|
69
57
|
flexBasis?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexBasis<0 | (string & {})> | undefined>;
|
|
70
58
|
alignSelf?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignSelf | undefined>;
|
|
71
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
59
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
72
60
|
id?: string | undefined;
|
|
61
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
73
62
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
74
63
|
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
75
64
|
removeClippedSubviews?: boolean | undefined;
|
|
@@ -90,9 +79,9 @@ export declare namespace Typography {
|
|
|
90
79
|
onMouseOut?: import("react").MouseEventHandler<any> | undefined;
|
|
91
80
|
onMouseUp?: import("react").MouseEventHandler<any> | undefined;
|
|
92
81
|
collapsable?: boolean | undefined;
|
|
93
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
94
82
|
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
95
83
|
focusable?: boolean | undefined;
|
|
84
|
+
tabIndex?: 0 | -1 | undefined;
|
|
96
85
|
shouldRasterizeIOS?: boolean | undefined;
|
|
97
86
|
isTVSelectable?: boolean | undefined;
|
|
98
87
|
hasTVPreferredFocus?: boolean | undefined;
|
|
@@ -143,7 +132,6 @@ export declare namespace Typography {
|
|
|
143
132
|
'aria-disabled'?: boolean | undefined;
|
|
144
133
|
'aria-expanded'?: boolean | undefined;
|
|
145
134
|
'aria-selected'?: boolean | undefined;
|
|
146
|
-
'aria-labelledby'?: string | undefined;
|
|
147
135
|
accessibilityHint?: string | undefined;
|
|
148
136
|
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
149
137
|
'aria-valuemax'?: number | undefined;
|
|
@@ -153,13 +141,12 @@ export declare namespace Typography {
|
|
|
153
141
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
154
142
|
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
155
143
|
'aria-hidden'?: boolean | undefined;
|
|
156
|
-
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
157
144
|
'aria-modal'?: boolean | undefined;
|
|
158
145
|
role?: import("react-native").Role | undefined;
|
|
159
146
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
160
147
|
'aria-activedescendant'?: string | undefined;
|
|
161
148
|
'aria-atomic'?: boolean | undefined;
|
|
162
|
-
'aria-autocomplete'?: "none" | "
|
|
149
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
163
150
|
'aria-colcount'?: number | undefined;
|
|
164
151
|
'aria-colindex'?: number | undefined;
|
|
165
152
|
'aria-colspan'?: number | undefined;
|
|
@@ -169,10 +156,12 @@ export declare namespace Typography {
|
|
|
169
156
|
'aria-details'?: string | undefined;
|
|
170
157
|
'aria-errormessage'?: string | undefined;
|
|
171
158
|
'aria-flowto'?: string | undefined;
|
|
172
|
-
'aria-haspopup'?: false | "
|
|
159
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
173
160
|
'aria-invalid'?: boolean | undefined;
|
|
174
161
|
'aria-keyshortcuts'?: string[] | undefined;
|
|
162
|
+
'aria-labelledby'?: string | undefined;
|
|
175
163
|
'aria-level'?: number | undefined;
|
|
164
|
+
'aria-live'?: "none" | "assertive" | "polite" | undefined;
|
|
176
165
|
'aria-multiline'?: boolean | undefined;
|
|
177
166
|
'aria-multiselectable'?: boolean | undefined;
|
|
178
167
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
@@ -188,8 +177,8 @@ export declare namespace Typography {
|
|
|
188
177
|
'aria-rowspan'?: number | undefined;
|
|
189
178
|
'aria-setsize'?: number | undefined;
|
|
190
179
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
191
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
192
180
|
accessibilityLabelledBy?: string | string[] | undefined;
|
|
181
|
+
accessibilityLiveRegion?: "none" | "assertive" | "polite" | undefined;
|
|
193
182
|
accessibilityElementsHidden?: boolean | undefined;
|
|
194
183
|
accessibilityViewIsModal?: boolean | undefined;
|
|
195
184
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -221,7 +210,7 @@ export declare namespace Typography {
|
|
|
221
210
|
dataDetectorType?: "all" | "none" | "link" | "phoneNumber" | "email" | null | undefined;
|
|
222
211
|
android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
|
|
223
212
|
strikeThrough?: boolean | undefined;
|
|
224
|
-
cursor?: import("react-native").CursorValue | undefined;
|
|
213
|
+
cursor?: import("react-native/Libraries/StyleSheet/StyleSheetTypes").CursorValue | undefined;
|
|
225
214
|
transitionDuration?: string | string[] | undefined;
|
|
226
215
|
transitionProperty?: string | string[] | undefined;
|
|
227
216
|
transitionTimingFunction?: string | string[] | undefined;
|
|
@@ -251,8 +240,9 @@ export declare namespace Typography {
|
|
|
251
240
|
flexShrink?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexShrink | undefined>;
|
|
252
241
|
flexBasis?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexBasis<0 | (string & {})> | undefined>;
|
|
253
242
|
alignSelf?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignSelf | undefined>;
|
|
254
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
243
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
255
244
|
id?: string | undefined;
|
|
245
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
256
246
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
257
247
|
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
258
248
|
removeClippedSubviews?: boolean | undefined;
|
|
@@ -273,9 +263,9 @@ export declare namespace Typography {
|
|
|
273
263
|
onMouseOut?: import("react").MouseEventHandler<any> | undefined;
|
|
274
264
|
onMouseUp?: import("react").MouseEventHandler<any> | undefined;
|
|
275
265
|
collapsable?: boolean | undefined;
|
|
276
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
277
266
|
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
278
267
|
focusable?: boolean | undefined;
|
|
268
|
+
tabIndex?: 0 | -1 | undefined;
|
|
279
269
|
shouldRasterizeIOS?: boolean | undefined;
|
|
280
270
|
isTVSelectable?: boolean | undefined;
|
|
281
271
|
hasTVPreferredFocus?: boolean | undefined;
|
|
@@ -326,7 +316,6 @@ export declare namespace Typography {
|
|
|
326
316
|
'aria-disabled'?: boolean | undefined;
|
|
327
317
|
'aria-expanded'?: boolean | undefined;
|
|
328
318
|
'aria-selected'?: boolean | undefined;
|
|
329
|
-
'aria-labelledby'?: string | undefined;
|
|
330
319
|
accessibilityHint?: string | undefined;
|
|
331
320
|
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
332
321
|
'aria-valuemax'?: number | undefined;
|
|
@@ -336,13 +325,12 @@ export declare namespace Typography {
|
|
|
336
325
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
337
326
|
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
338
327
|
'aria-hidden'?: boolean | undefined;
|
|
339
|
-
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
340
328
|
'aria-modal'?: boolean | undefined;
|
|
341
329
|
role?: import("react-native").Role | undefined;
|
|
342
330
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
343
331
|
'aria-activedescendant'?: string | undefined;
|
|
344
332
|
'aria-atomic'?: boolean | undefined;
|
|
345
|
-
'aria-autocomplete'?: "none" | "
|
|
333
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
346
334
|
'aria-colcount'?: number | undefined;
|
|
347
335
|
'aria-colindex'?: number | undefined;
|
|
348
336
|
'aria-colspan'?: number | undefined;
|
|
@@ -352,10 +340,12 @@ export declare namespace Typography {
|
|
|
352
340
|
'aria-details'?: string | undefined;
|
|
353
341
|
'aria-errormessage'?: string | undefined;
|
|
354
342
|
'aria-flowto'?: string | undefined;
|
|
355
|
-
'aria-haspopup'?: false | "
|
|
343
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
356
344
|
'aria-invalid'?: boolean | undefined;
|
|
357
345
|
'aria-keyshortcuts'?: string[] | undefined;
|
|
346
|
+
'aria-labelledby'?: string | undefined;
|
|
358
347
|
'aria-level'?: number | undefined;
|
|
348
|
+
'aria-live'?: "none" | "assertive" | "polite" | undefined;
|
|
359
349
|
'aria-multiline'?: boolean | undefined;
|
|
360
350
|
'aria-multiselectable'?: boolean | undefined;
|
|
361
351
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
@@ -371,8 +361,8 @@ export declare namespace Typography {
|
|
|
371
361
|
'aria-rowspan'?: number | undefined;
|
|
372
362
|
'aria-setsize'?: number | undefined;
|
|
373
363
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
374
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
375
364
|
accessibilityLabelledBy?: string | string[] | undefined;
|
|
365
|
+
accessibilityLiveRegion?: "none" | "assertive" | "polite" | undefined;
|
|
376
366
|
accessibilityElementsHidden?: boolean | undefined;
|
|
377
367
|
accessibilityViewIsModal?: boolean | undefined;
|
|
378
368
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -404,7 +394,7 @@ export declare namespace Typography {
|
|
|
404
394
|
dataDetectorType?: "all" | "none" | "link" | "phoneNumber" | "email" | null | undefined;
|
|
405
395
|
android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
|
|
406
396
|
strikeThrough?: boolean | undefined;
|
|
407
|
-
cursor?: import("react-native").CursorValue | undefined;
|
|
397
|
+
cursor?: import("react-native/Libraries/StyleSheet/StyleSheetTypes").CursorValue | undefined;
|
|
408
398
|
transitionDuration?: string | string[] | undefined;
|
|
409
399
|
transitionProperty?: string | string[] | undefined;
|
|
410
400
|
transitionTimingFunction?: string | string[] | undefined;
|
|
@@ -434,8 +424,9 @@ export declare namespace Typography {
|
|
|
434
424
|
flexShrink?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexShrink | undefined>;
|
|
435
425
|
flexBasis?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexBasis<0 | (string & {})> | undefined>;
|
|
436
426
|
alignSelf?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignSelf | undefined>;
|
|
437
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
427
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
438
428
|
id?: string | undefined;
|
|
429
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
439
430
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
440
431
|
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
441
432
|
removeClippedSubviews?: boolean | undefined;
|
|
@@ -456,9 +447,9 @@ export declare namespace Typography {
|
|
|
456
447
|
onMouseOut?: import("react").MouseEventHandler<any> | undefined;
|
|
457
448
|
onMouseUp?: import("react").MouseEventHandler<any> | undefined;
|
|
458
449
|
collapsable?: boolean | undefined;
|
|
459
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
460
450
|
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
461
451
|
focusable?: boolean | undefined;
|
|
452
|
+
tabIndex?: 0 | -1 | undefined;
|
|
462
453
|
shouldRasterizeIOS?: boolean | undefined;
|
|
463
454
|
isTVSelectable?: boolean | undefined;
|
|
464
455
|
hasTVPreferredFocus?: boolean | undefined;
|
|
@@ -509,7 +500,6 @@ export declare namespace Typography {
|
|
|
509
500
|
'aria-disabled'?: boolean | undefined;
|
|
510
501
|
'aria-expanded'?: boolean | undefined;
|
|
511
502
|
'aria-selected'?: boolean | undefined;
|
|
512
|
-
'aria-labelledby'?: string | undefined;
|
|
513
503
|
accessibilityHint?: string | undefined;
|
|
514
504
|
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
515
505
|
'aria-valuemax'?: number | undefined;
|
|
@@ -519,13 +509,12 @@ export declare namespace Typography {
|
|
|
519
509
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
520
510
|
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
521
511
|
'aria-hidden'?: boolean | undefined;
|
|
522
|
-
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
523
512
|
'aria-modal'?: boolean | undefined;
|
|
524
513
|
role?: import("react-native").Role | undefined;
|
|
525
514
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
526
515
|
'aria-activedescendant'?: string | undefined;
|
|
527
516
|
'aria-atomic'?: boolean | undefined;
|
|
528
|
-
'aria-autocomplete'?: "none" | "
|
|
517
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
529
518
|
'aria-colcount'?: number | undefined;
|
|
530
519
|
'aria-colindex'?: number | undefined;
|
|
531
520
|
'aria-colspan'?: number | undefined;
|
|
@@ -535,10 +524,12 @@ export declare namespace Typography {
|
|
|
535
524
|
'aria-details'?: string | undefined;
|
|
536
525
|
'aria-errormessage'?: string | undefined;
|
|
537
526
|
'aria-flowto'?: string | undefined;
|
|
538
|
-
'aria-haspopup'?: false | "
|
|
527
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
539
528
|
'aria-invalid'?: boolean | undefined;
|
|
540
529
|
'aria-keyshortcuts'?: string[] | undefined;
|
|
530
|
+
'aria-labelledby'?: string | undefined;
|
|
541
531
|
'aria-level'?: number | undefined;
|
|
532
|
+
'aria-live'?: "none" | "assertive" | "polite" | undefined;
|
|
542
533
|
'aria-multiline'?: boolean | undefined;
|
|
543
534
|
'aria-multiselectable'?: boolean | undefined;
|
|
544
535
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
@@ -554,8 +545,8 @@ export declare namespace Typography {
|
|
|
554
545
|
'aria-rowspan'?: number | undefined;
|
|
555
546
|
'aria-setsize'?: number | undefined;
|
|
556
547
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
557
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
558
548
|
accessibilityLabelledBy?: string | string[] | undefined;
|
|
549
|
+
accessibilityLiveRegion?: "none" | "assertive" | "polite" | undefined;
|
|
559
550
|
accessibilityElementsHidden?: boolean | undefined;
|
|
560
551
|
accessibilityViewIsModal?: boolean | undefined;
|
|
561
552
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -587,7 +578,7 @@ export declare namespace Typography {
|
|
|
587
578
|
dataDetectorType?: "all" | "none" | "link" | "phoneNumber" | "email" | null | undefined;
|
|
588
579
|
android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
|
|
589
580
|
strikeThrough?: boolean | undefined;
|
|
590
|
-
cursor?: import("react-native").CursorValue | undefined;
|
|
581
|
+
cursor?: import("react-native/Libraries/StyleSheet/StyleSheetTypes").CursorValue | undefined;
|
|
591
582
|
transitionDuration?: string | string[] | undefined;
|
|
592
583
|
transitionProperty?: string | string[] | undefined;
|
|
593
584
|
transitionTimingFunction?: string | string[] | undefined;
|
|
@@ -617,8 +608,9 @@ export declare namespace Typography {
|
|
|
617
608
|
flexShrink?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexShrink | undefined>;
|
|
618
609
|
flexBasis?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexBasis<0 | (string & {})> | undefined>;
|
|
619
610
|
alignSelf?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignSelf | undefined>;
|
|
620
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
611
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
621
612
|
id?: string | undefined;
|
|
613
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
622
614
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
623
615
|
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
624
616
|
removeClippedSubviews?: boolean | undefined;
|
|
@@ -639,9 +631,9 @@ export declare namespace Typography {
|
|
|
639
631
|
onMouseOut?: import("react").MouseEventHandler<any> | undefined;
|
|
640
632
|
onMouseUp?: import("react").MouseEventHandler<any> | undefined;
|
|
641
633
|
collapsable?: boolean | undefined;
|
|
642
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
643
634
|
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
644
635
|
focusable?: boolean | undefined;
|
|
636
|
+
tabIndex?: 0 | -1 | undefined;
|
|
645
637
|
shouldRasterizeIOS?: boolean | undefined;
|
|
646
638
|
isTVSelectable?: boolean | undefined;
|
|
647
639
|
hasTVPreferredFocus?: boolean | undefined;
|
|
@@ -692,7 +684,6 @@ export declare namespace Typography {
|
|
|
692
684
|
'aria-disabled'?: boolean | undefined;
|
|
693
685
|
'aria-expanded'?: boolean | undefined;
|
|
694
686
|
'aria-selected'?: boolean | undefined;
|
|
695
|
-
'aria-labelledby'?: string | undefined;
|
|
696
687
|
accessibilityHint?: string | undefined;
|
|
697
688
|
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
698
689
|
'aria-valuemax'?: number | undefined;
|
|
@@ -702,13 +693,12 @@ export declare namespace Typography {
|
|
|
702
693
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
703
694
|
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
704
695
|
'aria-hidden'?: boolean | undefined;
|
|
705
|
-
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
706
696
|
'aria-modal'?: boolean | undefined;
|
|
707
697
|
role?: import("react-native").Role | undefined;
|
|
708
698
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
709
699
|
'aria-activedescendant'?: string | undefined;
|
|
710
700
|
'aria-atomic'?: boolean | undefined;
|
|
711
|
-
'aria-autocomplete'?: "none" | "
|
|
701
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
712
702
|
'aria-colcount'?: number | undefined;
|
|
713
703
|
'aria-colindex'?: number | undefined;
|
|
714
704
|
'aria-colspan'?: number | undefined;
|
|
@@ -718,10 +708,12 @@ export declare namespace Typography {
|
|
|
718
708
|
'aria-details'?: string | undefined;
|
|
719
709
|
'aria-errormessage'?: string | undefined;
|
|
720
710
|
'aria-flowto'?: string | undefined;
|
|
721
|
-
'aria-haspopup'?: false | "
|
|
711
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
722
712
|
'aria-invalid'?: boolean | undefined;
|
|
723
713
|
'aria-keyshortcuts'?: string[] | undefined;
|
|
714
|
+
'aria-labelledby'?: string | undefined;
|
|
724
715
|
'aria-level'?: number | undefined;
|
|
716
|
+
'aria-live'?: "none" | "assertive" | "polite" | undefined;
|
|
725
717
|
'aria-multiline'?: boolean | undefined;
|
|
726
718
|
'aria-multiselectable'?: boolean | undefined;
|
|
727
719
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
@@ -737,8 +729,8 @@ export declare namespace Typography {
|
|
|
737
729
|
'aria-rowspan'?: number | undefined;
|
|
738
730
|
'aria-setsize'?: number | undefined;
|
|
739
731
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
740
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
741
732
|
accessibilityLabelledBy?: string | string[] | undefined;
|
|
733
|
+
accessibilityLiveRegion?: "none" | "assertive" | "polite" | undefined;
|
|
742
734
|
accessibilityElementsHidden?: boolean | undefined;
|
|
743
735
|
accessibilityViewIsModal?: boolean | undefined;
|
|
744
736
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -770,7 +762,7 @@ export declare namespace Typography {
|
|
|
770
762
|
dataDetectorType?: "all" | "none" | "link" | "phoneNumber" | "email" | null | undefined;
|
|
771
763
|
android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
|
|
772
764
|
strikeThrough?: boolean | undefined;
|
|
773
|
-
cursor?: import("react-native").CursorValue | undefined;
|
|
765
|
+
cursor?: import("react-native/Libraries/StyleSheet/StyleSheetTypes").CursorValue | undefined;
|
|
774
766
|
transitionDuration?: string | string[] | undefined;
|
|
775
767
|
transitionProperty?: string | string[] | undefined;
|
|
776
768
|
transitionTimingFunction?: string | string[] | undefined;
|
|
@@ -800,8 +792,9 @@ export declare namespace Typography {
|
|
|
800
792
|
flexShrink?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexShrink | undefined>;
|
|
801
793
|
flexBasis?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexBasis<0 | (string & {})> | undefined>;
|
|
802
794
|
alignSelf?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignSelf | undefined>;
|
|
803
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
795
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
804
796
|
id?: string | undefined;
|
|
797
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
805
798
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
806
799
|
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
807
800
|
removeClippedSubviews?: boolean | undefined;
|
|
@@ -822,9 +815,9 @@ export declare namespace Typography {
|
|
|
822
815
|
onMouseOut?: import("react").MouseEventHandler<any> | undefined;
|
|
823
816
|
onMouseUp?: import("react").MouseEventHandler<any> | undefined;
|
|
824
817
|
collapsable?: boolean | undefined;
|
|
825
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
826
818
|
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
827
819
|
focusable?: boolean | undefined;
|
|
820
|
+
tabIndex?: 0 | -1 | undefined;
|
|
828
821
|
shouldRasterizeIOS?: boolean | undefined;
|
|
829
822
|
isTVSelectable?: boolean | undefined;
|
|
830
823
|
hasTVPreferredFocus?: boolean | undefined;
|
|
@@ -875,7 +868,6 @@ export declare namespace Typography {
|
|
|
875
868
|
'aria-disabled'?: boolean | undefined;
|
|
876
869
|
'aria-expanded'?: boolean | undefined;
|
|
877
870
|
'aria-selected'?: boolean | undefined;
|
|
878
|
-
'aria-labelledby'?: string | undefined;
|
|
879
871
|
accessibilityHint?: string | undefined;
|
|
880
872
|
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
881
873
|
'aria-valuemax'?: number | undefined;
|
|
@@ -885,13 +877,12 @@ export declare namespace Typography {
|
|
|
885
877
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
886
878
|
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
887
879
|
'aria-hidden'?: boolean | undefined;
|
|
888
|
-
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
889
880
|
'aria-modal'?: boolean | undefined;
|
|
890
881
|
role?: import("react-native").Role | undefined;
|
|
891
882
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
892
883
|
'aria-activedescendant'?: string | undefined;
|
|
893
884
|
'aria-atomic'?: boolean | undefined;
|
|
894
|
-
'aria-autocomplete'?: "none" | "
|
|
885
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
895
886
|
'aria-colcount'?: number | undefined;
|
|
896
887
|
'aria-colindex'?: number | undefined;
|
|
897
888
|
'aria-colspan'?: number | undefined;
|
|
@@ -901,10 +892,12 @@ export declare namespace Typography {
|
|
|
901
892
|
'aria-details'?: string | undefined;
|
|
902
893
|
'aria-errormessage'?: string | undefined;
|
|
903
894
|
'aria-flowto'?: string | undefined;
|
|
904
|
-
'aria-haspopup'?: false | "
|
|
895
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
905
896
|
'aria-invalid'?: boolean | undefined;
|
|
906
897
|
'aria-keyshortcuts'?: string[] | undefined;
|
|
898
|
+
'aria-labelledby'?: string | undefined;
|
|
907
899
|
'aria-level'?: number | undefined;
|
|
900
|
+
'aria-live'?: "none" | "assertive" | "polite" | undefined;
|
|
908
901
|
'aria-multiline'?: boolean | undefined;
|
|
909
902
|
'aria-multiselectable'?: boolean | undefined;
|
|
910
903
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
@@ -920,8 +913,8 @@ export declare namespace Typography {
|
|
|
920
913
|
'aria-rowspan'?: number | undefined;
|
|
921
914
|
'aria-setsize'?: number | undefined;
|
|
922
915
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
923
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
924
916
|
accessibilityLabelledBy?: string | string[] | undefined;
|
|
917
|
+
accessibilityLiveRegion?: "none" | "assertive" | "polite" | undefined;
|
|
925
918
|
accessibilityElementsHidden?: boolean | undefined;
|
|
926
919
|
accessibilityViewIsModal?: boolean | undefined;
|
|
927
920
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -953,7 +946,7 @@ export declare namespace Typography {
|
|
|
953
946
|
dataDetectorType?: "all" | "none" | "link" | "phoneNumber" | "email" | null | undefined;
|
|
954
947
|
android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
|
|
955
948
|
strikeThrough?: boolean | undefined;
|
|
956
|
-
cursor?: import("react-native").CursorValue | undefined;
|
|
949
|
+
cursor?: import("react-native/Libraries/StyleSheet/StyleSheetTypes").CursorValue | undefined;
|
|
957
950
|
transitionDuration?: string | string[] | undefined;
|
|
958
951
|
transitionProperty?: string | string[] | undefined;
|
|
959
952
|
transitionTimingFunction?: string | string[] | undefined;
|
|
@@ -983,191 +976,9 @@ export declare namespace Typography {
|
|
|
983
976
|
flexShrink?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexShrink | undefined>;
|
|
984
977
|
flexBasis?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexBasis<0 | (string & {})> | undefined>;
|
|
985
978
|
alignSelf?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignSelf | undefined>;
|
|
986
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
979
|
+
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
987
980
|
id?: string | undefined;
|
|
988
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
989
|
-
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
990
|
-
removeClippedSubviews?: boolean | undefined;
|
|
991
|
-
style?: import("react-native").StyleProp<TextStyle>;
|
|
992
|
-
testID?: string | undefined;
|
|
993
|
-
nativeID?: string | undefined;
|
|
994
|
-
href?: string | undefined;
|
|
995
|
-
hrefAttrs?: {
|
|
996
|
-
download?: boolean | undefined;
|
|
997
|
-
rel?: string | undefined;
|
|
998
|
-
target?: string | undefined;
|
|
999
|
-
} | undefined;
|
|
1000
|
-
onMouseDown?: import("react").MouseEventHandler<any> | undefined;
|
|
1001
|
-
onMouseEnter?: import("react").MouseEventHandler<any> | undefined;
|
|
1002
|
-
onMouseLeave?: import("react").MouseEventHandler<any> | undefined;
|
|
1003
|
-
onMouseMove?: import("react").MouseEventHandler<any> | undefined;
|
|
1004
|
-
onMouseOver?: import("react").MouseEventHandler<any> | undefined;
|
|
1005
|
-
onMouseOut?: import("react").MouseEventHandler<any> | undefined;
|
|
1006
|
-
onMouseUp?: import("react").MouseEventHandler<any> | undefined;
|
|
1007
|
-
collapsable?: boolean | undefined;
|
|
1008
981
|
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
1009
|
-
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
1010
|
-
focusable?: boolean | undefined;
|
|
1011
|
-
shouldRasterizeIOS?: boolean | undefined;
|
|
1012
|
-
isTVSelectable?: boolean | undefined;
|
|
1013
|
-
hasTVPreferredFocus?: boolean | undefined;
|
|
1014
|
-
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
1015
|
-
tvParallaxShiftDistanceX?: number | undefined;
|
|
1016
|
-
tvParallaxShiftDistanceY?: number | undefined;
|
|
1017
|
-
tvParallaxTiltAngle?: number | undefined;
|
|
1018
|
-
tvParallaxMagnification?: number | undefined;
|
|
1019
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1020
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1021
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1022
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1023
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1024
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1025
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1026
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1027
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1028
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1029
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1030
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1031
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1032
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1033
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1034
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1035
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1036
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1037
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1038
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1039
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1040
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1041
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1042
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1043
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1044
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1045
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1046
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1047
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1048
|
-
accessible?: boolean | undefined;
|
|
1049
|
-
accessibilityActions?: readonly Readonly<{
|
|
1050
|
-
name: string;
|
|
1051
|
-
label?: string | undefined;
|
|
1052
|
-
}>[] | undefined;
|
|
1053
|
-
accessibilityLabel?: string | undefined;
|
|
1054
|
-
'aria-label'?: string | undefined;
|
|
1055
|
-
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
1056
|
-
'aria-busy'?: boolean | undefined;
|
|
1057
|
-
'aria-checked'?: boolean | "mixed" | undefined;
|
|
1058
|
-
'aria-disabled'?: boolean | undefined;
|
|
1059
|
-
'aria-expanded'?: boolean | undefined;
|
|
1060
|
-
'aria-selected'?: boolean | undefined;
|
|
1061
|
-
'aria-labelledby'?: string | undefined;
|
|
1062
|
-
accessibilityHint?: string | undefined;
|
|
1063
|
-
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
1064
|
-
'aria-valuemax'?: number | undefined;
|
|
1065
|
-
'aria-valuemin'?: number | undefined;
|
|
1066
|
-
'aria-valuenow'?: number | undefined;
|
|
1067
|
-
'aria-valuetext'?: string | undefined;
|
|
1068
|
-
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
1069
|
-
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
1070
|
-
'aria-hidden'?: boolean | undefined;
|
|
1071
|
-
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
1072
|
-
'aria-modal'?: boolean | undefined;
|
|
1073
|
-
role?: import("react-native").Role | undefined;
|
|
1074
|
-
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
1075
|
-
'aria-activedescendant'?: string | undefined;
|
|
1076
|
-
'aria-atomic'?: boolean | undefined;
|
|
1077
|
-
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
|
|
1078
|
-
'aria-colcount'?: number | undefined;
|
|
1079
|
-
'aria-colindex'?: number | undefined;
|
|
1080
|
-
'aria-colspan'?: number | undefined;
|
|
1081
|
-
'aria-controls'?: string | undefined;
|
|
1082
|
-
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1083
|
-
'aria-describedby'?: string | undefined;
|
|
1084
|
-
'aria-details'?: string | undefined;
|
|
1085
|
-
'aria-errormessage'?: string | undefined;
|
|
1086
|
-
'aria-flowto'?: string | undefined;
|
|
1087
|
-
'aria-haspopup'?: false | "grid" | "menu" | "dialog" | "tree" | "listbox" | undefined;
|
|
1088
|
-
'aria-invalid'?: boolean | undefined;
|
|
1089
|
-
'aria-keyshortcuts'?: string[] | undefined;
|
|
1090
|
-
'aria-level'?: number | undefined;
|
|
1091
|
-
'aria-multiline'?: boolean | undefined;
|
|
1092
|
-
'aria-multiselectable'?: boolean | undefined;
|
|
1093
|
-
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1094
|
-
'aria-owns'?: string | undefined;
|
|
1095
|
-
'aria-placeholder'?: string | undefined;
|
|
1096
|
-
'aria-posinset'?: number | undefined;
|
|
1097
|
-
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
1098
|
-
'aria-readonly'?: boolean | undefined;
|
|
1099
|
-
'aria-required'?: boolean | undefined;
|
|
1100
|
-
'aria-roledescription'?: string | undefined;
|
|
1101
|
-
'aria-rowcount'?: number | undefined;
|
|
1102
|
-
'aria-rowindex'?: number | undefined;
|
|
1103
|
-
'aria-rowspan'?: number | undefined;
|
|
1104
|
-
'aria-setsize'?: number | undefined;
|
|
1105
|
-
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1106
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
1107
|
-
accessibilityLabelledBy?: string | string[] | undefined;
|
|
1108
|
-
accessibilityElementsHidden?: boolean | undefined;
|
|
1109
|
-
accessibilityViewIsModal?: boolean | undefined;
|
|
1110
|
-
onAccessibilityEscape?: (() => void) | undefined;
|
|
1111
|
-
onAccessibilityTap?: (() => void) | undefined;
|
|
1112
|
-
onMagicTap?: (() => void) | undefined;
|
|
1113
|
-
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
1114
|
-
accessibilityLanguage?: string | undefined;
|
|
1115
|
-
textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
|
|
1116
|
-
textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
|
|
1117
|
-
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1118
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1119
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1120
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1121
|
-
underline?: boolean | undefined;
|
|
1122
|
-
allowFontScaling?: boolean | undefined;
|
|
1123
|
-
ellipsizeMode?: "clip" | "head" | "middle" | "tail" | undefined;
|
|
1124
|
-
lineBreakMode?: "clip" | "head" | "middle" | "tail" | undefined;
|
|
1125
|
-
numberOfLines?: number | undefined;
|
|
1126
|
-
onTextLayout?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TextLayoutEventData>) => void) | undefined;
|
|
1127
|
-
maxFontSizeMultiplier?: number | null | undefined;
|
|
1128
|
-
minimumFontScale?: number | undefined;
|
|
1129
|
-
adjustsFontSizeToFit?: boolean | undefined;
|
|
1130
|
-
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
1131
|
-
suppressHighlighting?: boolean | undefined;
|
|
1132
|
-
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
1133
|
-
selectable?: boolean | undefined;
|
|
1134
|
-
selectionColor?: import("react-native").ColorValue | undefined;
|
|
1135
|
-
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
1136
|
-
dataDetectorType?: "all" | "none" | "link" | "phoneNumber" | "email" | null | undefined;
|
|
1137
|
-
android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
|
|
1138
|
-
strikeThrough?: boolean | undefined;
|
|
1139
|
-
cursor?: import("react-native").CursorValue | undefined;
|
|
1140
|
-
transitionDuration?: string | string[] | undefined;
|
|
1141
|
-
transitionProperty?: string | string[] | undefined;
|
|
1142
|
-
transitionTimingFunction?: string | string[] | undefined;
|
|
1143
|
-
_web?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1144
|
-
_ios?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1145
|
-
_android?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1146
|
-
}>;
|
|
1147
|
-
var h1: FC<{
|
|
1148
|
-
type?: Partial<KittResponsiveProp<TypographyType>> | undefined;
|
|
1149
|
-
variant?: TypographyVariant | undefined;
|
|
1150
|
-
color?: ExtendedTypographyColor | undefined;
|
|
1151
|
-
children: ReactNode;
|
|
1152
|
-
base?: TypographyType | undefined;
|
|
1153
|
-
small?: TypographyType | undefined;
|
|
1154
|
-
medium?: TypographyType | undefined;
|
|
1155
|
-
large?: TypographyType | undefined;
|
|
1156
|
-
wide?: TypographyType | undefined;
|
|
1157
|
-
disabled?: boolean | undefined;
|
|
1158
|
-
alignItems?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignItems | undefined>;
|
|
1159
|
-
alignContent?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignContent | undefined>;
|
|
1160
|
-
justifyItems?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.JustifyItems | undefined>;
|
|
1161
|
-
justifyContent?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.JustifyContent | undefined>;
|
|
1162
|
-
flexWrap?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexWrap | undefined>;
|
|
1163
|
-
flexDirection?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexDirection | undefined>;
|
|
1164
|
-
flex?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.Flex<0 | (string & {})> | undefined>;
|
|
1165
|
-
flexGrow?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexGrow | undefined>;
|
|
1166
|
-
flexShrink?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexShrink | undefined>;
|
|
1167
|
-
flexBasis?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexBasis<0 | (string & {})> | undefined>;
|
|
1168
|
-
alignSelf?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignSelf | undefined>;
|
|
1169
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
1170
|
-
id?: string | undefined;
|
|
1171
982
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
1172
983
|
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
1173
984
|
removeClippedSubviews?: boolean | undefined;
|
|
@@ -1188,9 +999,9 @@ export declare namespace Typography {
|
|
|
1188
999
|
onMouseOut?: import("react").MouseEventHandler<any> | undefined;
|
|
1189
1000
|
onMouseUp?: import("react").MouseEventHandler<any> | undefined;
|
|
1190
1001
|
collapsable?: boolean | undefined;
|
|
1191
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
1192
1002
|
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
1193
1003
|
focusable?: boolean | undefined;
|
|
1004
|
+
tabIndex?: 0 | -1 | undefined;
|
|
1194
1005
|
shouldRasterizeIOS?: boolean | undefined;
|
|
1195
1006
|
isTVSelectable?: boolean | undefined;
|
|
1196
1007
|
hasTVPreferredFocus?: boolean | undefined;
|
|
@@ -1241,7 +1052,6 @@ export declare namespace Typography {
|
|
|
1241
1052
|
'aria-disabled'?: boolean | undefined;
|
|
1242
1053
|
'aria-expanded'?: boolean | undefined;
|
|
1243
1054
|
'aria-selected'?: boolean | undefined;
|
|
1244
|
-
'aria-labelledby'?: string | undefined;
|
|
1245
1055
|
accessibilityHint?: string | undefined;
|
|
1246
1056
|
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
1247
1057
|
'aria-valuemax'?: number | undefined;
|
|
@@ -1251,13 +1061,12 @@ export declare namespace Typography {
|
|
|
1251
1061
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
1252
1062
|
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
1253
1063
|
'aria-hidden'?: boolean | undefined;
|
|
1254
|
-
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
1255
1064
|
'aria-modal'?: boolean | undefined;
|
|
1256
1065
|
role?: import("react-native").Role | undefined;
|
|
1257
1066
|
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
1258
1067
|
'aria-activedescendant'?: string | undefined;
|
|
1259
1068
|
'aria-atomic'?: boolean | undefined;
|
|
1260
|
-
'aria-autocomplete'?: "none" | "
|
|
1069
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
1261
1070
|
'aria-colcount'?: number | undefined;
|
|
1262
1071
|
'aria-colindex'?: number | undefined;
|
|
1263
1072
|
'aria-colspan'?: number | undefined;
|
|
@@ -1267,742 +1076,12 @@ export declare namespace Typography {
|
|
|
1267
1076
|
'aria-details'?: string | undefined;
|
|
1268
1077
|
'aria-errormessage'?: string | undefined;
|
|
1269
1078
|
'aria-flowto'?: string | undefined;
|
|
1270
|
-
'aria-haspopup'?: false | "
|
|
1079
|
+
'aria-haspopup'?: false | "menu" | "dialog" | "grid" | "tree" | "listbox" | undefined;
|
|
1271
1080
|
'aria-invalid'?: boolean | undefined;
|
|
1272
1081
|
'aria-keyshortcuts'?: string[] | undefined;
|
|
1273
|
-
'aria-level'?: number | undefined;
|
|
1274
|
-
'aria-multiline'?: boolean | undefined;
|
|
1275
|
-
'aria-multiselectable'?: boolean | undefined;
|
|
1276
|
-
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1277
|
-
'aria-owns'?: string | undefined;
|
|
1278
|
-
'aria-placeholder'?: string | undefined;
|
|
1279
|
-
'aria-posinset'?: number | undefined;
|
|
1280
|
-
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
1281
|
-
'aria-readonly'?: boolean | undefined;
|
|
1282
|
-
'aria-required'?: boolean | undefined;
|
|
1283
|
-
'aria-roledescription'?: string | undefined;
|
|
1284
|
-
'aria-rowcount'?: number | undefined;
|
|
1285
|
-
'aria-rowindex'?: number | undefined;
|
|
1286
|
-
'aria-rowspan'?: number | undefined;
|
|
1287
|
-
'aria-setsize'?: number | undefined;
|
|
1288
|
-
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1289
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
1290
|
-
accessibilityLabelledBy?: string | string[] | undefined;
|
|
1291
|
-
accessibilityElementsHidden?: boolean | undefined;
|
|
1292
|
-
accessibilityViewIsModal?: boolean | undefined;
|
|
1293
|
-
onAccessibilityEscape?: (() => void) | undefined;
|
|
1294
|
-
onAccessibilityTap?: (() => void) | undefined;
|
|
1295
|
-
onMagicTap?: (() => void) | undefined;
|
|
1296
|
-
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
1297
|
-
accessibilityLanguage?: string | undefined;
|
|
1298
|
-
textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
|
|
1299
|
-
textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
|
|
1300
|
-
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1301
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1302
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1303
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1304
|
-
underline?: boolean | undefined;
|
|
1305
|
-
allowFontScaling?: boolean | undefined;
|
|
1306
|
-
ellipsizeMode?: "clip" | "head" | "middle" | "tail" | undefined;
|
|
1307
|
-
lineBreakMode?: "clip" | "head" | "middle" | "tail" | undefined;
|
|
1308
|
-
numberOfLines?: number | undefined;
|
|
1309
|
-
onTextLayout?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TextLayoutEventData>) => void) | undefined;
|
|
1310
|
-
maxFontSizeMultiplier?: number | null | undefined;
|
|
1311
|
-
minimumFontScale?: number | undefined;
|
|
1312
|
-
adjustsFontSizeToFit?: boolean | undefined;
|
|
1313
|
-
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
1314
|
-
suppressHighlighting?: boolean | undefined;
|
|
1315
|
-
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
1316
|
-
selectable?: boolean | undefined;
|
|
1317
|
-
selectionColor?: import("react-native").ColorValue | undefined;
|
|
1318
|
-
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
1319
|
-
dataDetectorType?: "all" | "none" | "link" | "phoneNumber" | "email" | null | undefined;
|
|
1320
|
-
android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
|
|
1321
|
-
strikeThrough?: boolean | undefined;
|
|
1322
|
-
cursor?: import("react-native").CursorValue | undefined;
|
|
1323
|
-
transitionDuration?: string | string[] | undefined;
|
|
1324
|
-
transitionProperty?: string | string[] | undefined;
|
|
1325
|
-
transitionTimingFunction?: string | string[] | undefined;
|
|
1326
|
-
_web?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1327
|
-
_ios?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1328
|
-
_android?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1329
|
-
}>;
|
|
1330
|
-
var h2: FC<{
|
|
1331
|
-
type?: Partial<KittResponsiveProp<TypographyType>> | undefined;
|
|
1332
|
-
variant?: TypographyVariant | undefined;
|
|
1333
|
-
color?: ExtendedTypographyColor | undefined;
|
|
1334
|
-
children: ReactNode;
|
|
1335
|
-
base?: TypographyType | undefined;
|
|
1336
|
-
small?: TypographyType | undefined;
|
|
1337
|
-
medium?: TypographyType | undefined;
|
|
1338
|
-
large?: TypographyType | undefined;
|
|
1339
|
-
wide?: TypographyType | undefined;
|
|
1340
|
-
disabled?: boolean | undefined;
|
|
1341
|
-
alignItems?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignItems | undefined>;
|
|
1342
|
-
alignContent?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignContent | undefined>;
|
|
1343
|
-
justifyItems?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.JustifyItems | undefined>;
|
|
1344
|
-
justifyContent?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.JustifyContent | undefined>;
|
|
1345
|
-
flexWrap?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexWrap | undefined>;
|
|
1346
|
-
flexDirection?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexDirection | undefined>;
|
|
1347
|
-
flex?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.Flex<0 | (string & {})> | undefined>;
|
|
1348
|
-
flexGrow?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexGrow | undefined>;
|
|
1349
|
-
flexShrink?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexShrink | undefined>;
|
|
1350
|
-
flexBasis?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexBasis<0 | (string & {})> | undefined>;
|
|
1351
|
-
alignSelf?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignSelf | undefined>;
|
|
1352
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
1353
|
-
id?: string | undefined;
|
|
1354
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
1355
|
-
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
1356
|
-
removeClippedSubviews?: boolean | undefined;
|
|
1357
|
-
style?: import("react-native").StyleProp<TextStyle>;
|
|
1358
|
-
testID?: string | undefined;
|
|
1359
|
-
nativeID?: string | undefined;
|
|
1360
|
-
href?: string | undefined;
|
|
1361
|
-
hrefAttrs?: {
|
|
1362
|
-
download?: boolean | undefined;
|
|
1363
|
-
rel?: string | undefined;
|
|
1364
|
-
target?: string | undefined;
|
|
1365
|
-
} | undefined;
|
|
1366
|
-
onMouseDown?: import("react").MouseEventHandler<any> | undefined;
|
|
1367
|
-
onMouseEnter?: import("react").MouseEventHandler<any> | undefined;
|
|
1368
|
-
onMouseLeave?: import("react").MouseEventHandler<any> | undefined;
|
|
1369
|
-
onMouseMove?: import("react").MouseEventHandler<any> | undefined;
|
|
1370
|
-
onMouseOver?: import("react").MouseEventHandler<any> | undefined;
|
|
1371
|
-
onMouseOut?: import("react").MouseEventHandler<any> | undefined;
|
|
1372
|
-
onMouseUp?: import("react").MouseEventHandler<any> | undefined;
|
|
1373
|
-
collapsable?: boolean | undefined;
|
|
1374
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
1375
|
-
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
1376
|
-
focusable?: boolean | undefined;
|
|
1377
|
-
shouldRasterizeIOS?: boolean | undefined;
|
|
1378
|
-
isTVSelectable?: boolean | undefined;
|
|
1379
|
-
hasTVPreferredFocus?: boolean | undefined;
|
|
1380
|
-
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
1381
|
-
tvParallaxShiftDistanceX?: number | undefined;
|
|
1382
|
-
tvParallaxShiftDistanceY?: number | undefined;
|
|
1383
|
-
tvParallaxTiltAngle?: number | undefined;
|
|
1384
|
-
tvParallaxMagnification?: number | undefined;
|
|
1385
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1386
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1387
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1388
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1389
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1390
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1391
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1392
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1393
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1394
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1395
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1396
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1397
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1398
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1399
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1400
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1401
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1402
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1403
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1404
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1405
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1406
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1407
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1408
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1409
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1410
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1411
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1412
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1413
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1414
|
-
accessible?: boolean | undefined;
|
|
1415
|
-
accessibilityActions?: readonly Readonly<{
|
|
1416
|
-
name: string;
|
|
1417
|
-
label?: string | undefined;
|
|
1418
|
-
}>[] | undefined;
|
|
1419
|
-
accessibilityLabel?: string | undefined;
|
|
1420
|
-
'aria-label'?: string | undefined;
|
|
1421
|
-
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
1422
|
-
'aria-busy'?: boolean | undefined;
|
|
1423
|
-
'aria-checked'?: boolean | "mixed" | undefined;
|
|
1424
|
-
'aria-disabled'?: boolean | undefined;
|
|
1425
|
-
'aria-expanded'?: boolean | undefined;
|
|
1426
|
-
'aria-selected'?: boolean | undefined;
|
|
1427
|
-
'aria-labelledby'?: string | undefined;
|
|
1428
|
-
accessibilityHint?: string | undefined;
|
|
1429
|
-
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
1430
|
-
'aria-valuemax'?: number | undefined;
|
|
1431
|
-
'aria-valuemin'?: number | undefined;
|
|
1432
|
-
'aria-valuenow'?: number | undefined;
|
|
1433
|
-
'aria-valuetext'?: string | undefined;
|
|
1434
|
-
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
1435
|
-
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
1436
|
-
'aria-hidden'?: boolean | undefined;
|
|
1437
|
-
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
1438
|
-
'aria-modal'?: boolean | undefined;
|
|
1439
|
-
role?: import("react-native").Role | undefined;
|
|
1440
|
-
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
1441
|
-
'aria-activedescendant'?: string | undefined;
|
|
1442
|
-
'aria-atomic'?: boolean | undefined;
|
|
1443
|
-
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
|
|
1444
|
-
'aria-colcount'?: number | undefined;
|
|
1445
|
-
'aria-colindex'?: number | undefined;
|
|
1446
|
-
'aria-colspan'?: number | undefined;
|
|
1447
|
-
'aria-controls'?: string | undefined;
|
|
1448
|
-
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1449
|
-
'aria-describedby'?: string | undefined;
|
|
1450
|
-
'aria-details'?: string | undefined;
|
|
1451
|
-
'aria-errormessage'?: string | undefined;
|
|
1452
|
-
'aria-flowto'?: string | undefined;
|
|
1453
|
-
'aria-haspopup'?: false | "grid" | "menu" | "dialog" | "tree" | "listbox" | undefined;
|
|
1454
|
-
'aria-invalid'?: boolean | undefined;
|
|
1455
|
-
'aria-keyshortcuts'?: string[] | undefined;
|
|
1456
|
-
'aria-level'?: number | undefined;
|
|
1457
|
-
'aria-multiline'?: boolean | undefined;
|
|
1458
|
-
'aria-multiselectable'?: boolean | undefined;
|
|
1459
|
-
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1460
|
-
'aria-owns'?: string | undefined;
|
|
1461
|
-
'aria-placeholder'?: string | undefined;
|
|
1462
|
-
'aria-posinset'?: number | undefined;
|
|
1463
|
-
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
1464
|
-
'aria-readonly'?: boolean | undefined;
|
|
1465
|
-
'aria-required'?: boolean | undefined;
|
|
1466
|
-
'aria-roledescription'?: string | undefined;
|
|
1467
|
-
'aria-rowcount'?: number | undefined;
|
|
1468
|
-
'aria-rowindex'?: number | undefined;
|
|
1469
|
-
'aria-rowspan'?: number | undefined;
|
|
1470
|
-
'aria-setsize'?: number | undefined;
|
|
1471
|
-
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1472
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
1473
|
-
accessibilityLabelledBy?: string | string[] | undefined;
|
|
1474
|
-
accessibilityElementsHidden?: boolean | undefined;
|
|
1475
|
-
accessibilityViewIsModal?: boolean | undefined;
|
|
1476
|
-
onAccessibilityEscape?: (() => void) | undefined;
|
|
1477
|
-
onAccessibilityTap?: (() => void) | undefined;
|
|
1478
|
-
onMagicTap?: (() => void) | undefined;
|
|
1479
|
-
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
1480
|
-
accessibilityLanguage?: string | undefined;
|
|
1481
|
-
textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
|
|
1482
|
-
textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
|
|
1483
|
-
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1484
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1485
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1486
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1487
|
-
underline?: boolean | undefined;
|
|
1488
|
-
allowFontScaling?: boolean | undefined;
|
|
1489
|
-
ellipsizeMode?: "clip" | "head" | "middle" | "tail" | undefined;
|
|
1490
|
-
lineBreakMode?: "clip" | "head" | "middle" | "tail" | undefined;
|
|
1491
|
-
numberOfLines?: number | undefined;
|
|
1492
|
-
onTextLayout?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TextLayoutEventData>) => void) | undefined;
|
|
1493
|
-
maxFontSizeMultiplier?: number | null | undefined;
|
|
1494
|
-
minimumFontScale?: number | undefined;
|
|
1495
|
-
adjustsFontSizeToFit?: boolean | undefined;
|
|
1496
|
-
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
1497
|
-
suppressHighlighting?: boolean | undefined;
|
|
1498
|
-
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
1499
|
-
selectable?: boolean | undefined;
|
|
1500
|
-
selectionColor?: import("react-native").ColorValue | undefined;
|
|
1501
|
-
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
1502
|
-
dataDetectorType?: "all" | "none" | "link" | "phoneNumber" | "email" | null | undefined;
|
|
1503
|
-
android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
|
|
1504
|
-
strikeThrough?: boolean | undefined;
|
|
1505
|
-
cursor?: import("react-native").CursorValue | undefined;
|
|
1506
|
-
transitionDuration?: string | string[] | undefined;
|
|
1507
|
-
transitionProperty?: string | string[] | undefined;
|
|
1508
|
-
transitionTimingFunction?: string | string[] | undefined;
|
|
1509
|
-
_web?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1510
|
-
_ios?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1511
|
-
_android?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1512
|
-
}>;
|
|
1513
|
-
var h3: FC<{
|
|
1514
|
-
type?: Partial<KittResponsiveProp<TypographyType>> | undefined;
|
|
1515
|
-
variant?: TypographyVariant | undefined;
|
|
1516
|
-
color?: ExtendedTypographyColor | undefined;
|
|
1517
|
-
children: ReactNode;
|
|
1518
|
-
base?: TypographyType | undefined;
|
|
1519
|
-
small?: TypographyType | undefined;
|
|
1520
|
-
medium?: TypographyType | undefined;
|
|
1521
|
-
large?: TypographyType | undefined;
|
|
1522
|
-
wide?: TypographyType | undefined;
|
|
1523
|
-
disabled?: boolean | undefined;
|
|
1524
|
-
alignItems?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignItems | undefined>;
|
|
1525
|
-
alignContent?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignContent | undefined>;
|
|
1526
|
-
justifyItems?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.JustifyItems | undefined>;
|
|
1527
|
-
justifyContent?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.JustifyContent | undefined>;
|
|
1528
|
-
flexWrap?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexWrap | undefined>;
|
|
1529
|
-
flexDirection?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexDirection | undefined>;
|
|
1530
|
-
flex?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.Flex<0 | (string & {})> | undefined>;
|
|
1531
|
-
flexGrow?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexGrow | undefined>;
|
|
1532
|
-
flexShrink?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexShrink | undefined>;
|
|
1533
|
-
flexBasis?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexBasis<0 | (string & {})> | undefined>;
|
|
1534
|
-
alignSelf?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignSelf | undefined>;
|
|
1535
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
1536
|
-
id?: string | undefined;
|
|
1537
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
1538
|
-
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
1539
|
-
removeClippedSubviews?: boolean | undefined;
|
|
1540
|
-
style?: import("react-native").StyleProp<TextStyle>;
|
|
1541
|
-
testID?: string | undefined;
|
|
1542
|
-
nativeID?: string | undefined;
|
|
1543
|
-
href?: string | undefined;
|
|
1544
|
-
hrefAttrs?: {
|
|
1545
|
-
download?: boolean | undefined;
|
|
1546
|
-
rel?: string | undefined;
|
|
1547
|
-
target?: string | undefined;
|
|
1548
|
-
} | undefined;
|
|
1549
|
-
onMouseDown?: import("react").MouseEventHandler<any> | undefined;
|
|
1550
|
-
onMouseEnter?: import("react").MouseEventHandler<any> | undefined;
|
|
1551
|
-
onMouseLeave?: import("react").MouseEventHandler<any> | undefined;
|
|
1552
|
-
onMouseMove?: import("react").MouseEventHandler<any> | undefined;
|
|
1553
|
-
onMouseOver?: import("react").MouseEventHandler<any> | undefined;
|
|
1554
|
-
onMouseOut?: import("react").MouseEventHandler<any> | undefined;
|
|
1555
|
-
onMouseUp?: import("react").MouseEventHandler<any> | undefined;
|
|
1556
|
-
collapsable?: boolean | undefined;
|
|
1557
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
1558
|
-
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
1559
|
-
focusable?: boolean | undefined;
|
|
1560
|
-
shouldRasterizeIOS?: boolean | undefined;
|
|
1561
|
-
isTVSelectable?: boolean | undefined;
|
|
1562
|
-
hasTVPreferredFocus?: boolean | undefined;
|
|
1563
|
-
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
1564
|
-
tvParallaxShiftDistanceX?: number | undefined;
|
|
1565
|
-
tvParallaxShiftDistanceY?: number | undefined;
|
|
1566
|
-
tvParallaxTiltAngle?: number | undefined;
|
|
1567
|
-
tvParallaxMagnification?: number | undefined;
|
|
1568
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1569
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1570
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1571
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1572
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1573
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1574
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1575
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1576
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1577
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1578
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1579
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1580
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1581
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1582
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1583
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1584
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1585
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1586
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1587
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1588
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1589
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1590
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1591
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1592
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1593
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1594
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1595
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1596
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1597
|
-
accessible?: boolean | undefined;
|
|
1598
|
-
accessibilityActions?: readonly Readonly<{
|
|
1599
|
-
name: string;
|
|
1600
|
-
label?: string | undefined;
|
|
1601
|
-
}>[] | undefined;
|
|
1602
|
-
accessibilityLabel?: string | undefined;
|
|
1603
|
-
'aria-label'?: string | undefined;
|
|
1604
|
-
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
1605
|
-
'aria-busy'?: boolean | undefined;
|
|
1606
|
-
'aria-checked'?: boolean | "mixed" | undefined;
|
|
1607
|
-
'aria-disabled'?: boolean | undefined;
|
|
1608
|
-
'aria-expanded'?: boolean | undefined;
|
|
1609
|
-
'aria-selected'?: boolean | undefined;
|
|
1610
|
-
'aria-labelledby'?: string | undefined;
|
|
1611
|
-
accessibilityHint?: string | undefined;
|
|
1612
|
-
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
1613
|
-
'aria-valuemax'?: number | undefined;
|
|
1614
|
-
'aria-valuemin'?: number | undefined;
|
|
1615
|
-
'aria-valuenow'?: number | undefined;
|
|
1616
|
-
'aria-valuetext'?: string | undefined;
|
|
1617
|
-
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
1618
|
-
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
1619
|
-
'aria-hidden'?: boolean | undefined;
|
|
1620
|
-
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
1621
|
-
'aria-modal'?: boolean | undefined;
|
|
1622
|
-
role?: import("react-native").Role | undefined;
|
|
1623
|
-
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
1624
|
-
'aria-activedescendant'?: string | undefined;
|
|
1625
|
-
'aria-atomic'?: boolean | undefined;
|
|
1626
|
-
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
|
|
1627
|
-
'aria-colcount'?: number | undefined;
|
|
1628
|
-
'aria-colindex'?: number | undefined;
|
|
1629
|
-
'aria-colspan'?: number | undefined;
|
|
1630
|
-
'aria-controls'?: string | undefined;
|
|
1631
|
-
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1632
|
-
'aria-describedby'?: string | undefined;
|
|
1633
|
-
'aria-details'?: string | undefined;
|
|
1634
|
-
'aria-errormessage'?: string | undefined;
|
|
1635
|
-
'aria-flowto'?: string | undefined;
|
|
1636
|
-
'aria-haspopup'?: false | "grid" | "menu" | "dialog" | "tree" | "listbox" | undefined;
|
|
1637
|
-
'aria-invalid'?: boolean | undefined;
|
|
1638
|
-
'aria-keyshortcuts'?: string[] | undefined;
|
|
1639
|
-
'aria-level'?: number | undefined;
|
|
1640
|
-
'aria-multiline'?: boolean | undefined;
|
|
1641
|
-
'aria-multiselectable'?: boolean | undefined;
|
|
1642
|
-
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1643
|
-
'aria-owns'?: string | undefined;
|
|
1644
|
-
'aria-placeholder'?: string | undefined;
|
|
1645
|
-
'aria-posinset'?: number | undefined;
|
|
1646
|
-
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
1647
|
-
'aria-readonly'?: boolean | undefined;
|
|
1648
|
-
'aria-required'?: boolean | undefined;
|
|
1649
|
-
'aria-roledescription'?: string | undefined;
|
|
1650
|
-
'aria-rowcount'?: number | undefined;
|
|
1651
|
-
'aria-rowindex'?: number | undefined;
|
|
1652
|
-
'aria-rowspan'?: number | undefined;
|
|
1653
|
-
'aria-setsize'?: number | undefined;
|
|
1654
|
-
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1655
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
1656
|
-
accessibilityLabelledBy?: string | string[] | undefined;
|
|
1657
|
-
accessibilityElementsHidden?: boolean | undefined;
|
|
1658
|
-
accessibilityViewIsModal?: boolean | undefined;
|
|
1659
|
-
onAccessibilityEscape?: (() => void) | undefined;
|
|
1660
|
-
onAccessibilityTap?: (() => void) | undefined;
|
|
1661
|
-
onMagicTap?: (() => void) | undefined;
|
|
1662
|
-
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
1663
|
-
accessibilityLanguage?: string | undefined;
|
|
1664
|
-
textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
|
|
1665
|
-
textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
|
|
1666
|
-
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1667
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1668
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1669
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1670
|
-
underline?: boolean | undefined;
|
|
1671
|
-
allowFontScaling?: boolean | undefined;
|
|
1672
|
-
ellipsizeMode?: "clip" | "head" | "middle" | "tail" | undefined;
|
|
1673
|
-
lineBreakMode?: "clip" | "head" | "middle" | "tail" | undefined;
|
|
1674
|
-
numberOfLines?: number | undefined;
|
|
1675
|
-
onTextLayout?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TextLayoutEventData>) => void) | undefined;
|
|
1676
|
-
maxFontSizeMultiplier?: number | null | undefined;
|
|
1677
|
-
minimumFontScale?: number | undefined;
|
|
1678
|
-
adjustsFontSizeToFit?: boolean | undefined;
|
|
1679
|
-
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
1680
|
-
suppressHighlighting?: boolean | undefined;
|
|
1681
|
-
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
1682
|
-
selectable?: boolean | undefined;
|
|
1683
|
-
selectionColor?: import("react-native").ColorValue | undefined;
|
|
1684
|
-
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
1685
|
-
dataDetectorType?: "all" | "none" | "link" | "phoneNumber" | "email" | null | undefined;
|
|
1686
|
-
android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
|
|
1687
|
-
strikeThrough?: boolean | undefined;
|
|
1688
|
-
cursor?: import("react-native").CursorValue | undefined;
|
|
1689
|
-
transitionDuration?: string | string[] | undefined;
|
|
1690
|
-
transitionProperty?: string | string[] | undefined;
|
|
1691
|
-
transitionTimingFunction?: string | string[] | undefined;
|
|
1692
|
-
_web?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1693
|
-
_ios?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1694
|
-
_android?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1695
|
-
}>;
|
|
1696
|
-
var h4: FC<{
|
|
1697
|
-
type?: Partial<KittResponsiveProp<TypographyType>> | undefined;
|
|
1698
|
-
variant?: TypographyVariant | undefined;
|
|
1699
|
-
color?: ExtendedTypographyColor | undefined;
|
|
1700
|
-
children: ReactNode;
|
|
1701
|
-
base?: TypographyType | undefined;
|
|
1702
|
-
small?: TypographyType | undefined;
|
|
1703
|
-
medium?: TypographyType | undefined;
|
|
1704
|
-
large?: TypographyType | undefined;
|
|
1705
|
-
wide?: TypographyType | undefined;
|
|
1706
|
-
disabled?: boolean | undefined;
|
|
1707
|
-
alignItems?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignItems | undefined>;
|
|
1708
|
-
alignContent?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignContent | undefined>;
|
|
1709
|
-
justifyItems?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.JustifyItems | undefined>;
|
|
1710
|
-
justifyContent?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.JustifyContent | undefined>;
|
|
1711
|
-
flexWrap?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexWrap | undefined>;
|
|
1712
|
-
flexDirection?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexDirection | undefined>;
|
|
1713
|
-
flex?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.Flex<0 | (string & {})> | undefined>;
|
|
1714
|
-
flexGrow?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexGrow | undefined>;
|
|
1715
|
-
flexShrink?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexShrink | undefined>;
|
|
1716
|
-
flexBasis?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexBasis<0 | (string & {})> | undefined>;
|
|
1717
|
-
alignSelf?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignSelf | undefined>;
|
|
1718
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
1719
|
-
id?: string | undefined;
|
|
1720
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
1721
|
-
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
1722
|
-
removeClippedSubviews?: boolean | undefined;
|
|
1723
|
-
style?: import("react-native").StyleProp<TextStyle>;
|
|
1724
|
-
testID?: string | undefined;
|
|
1725
|
-
nativeID?: string | undefined;
|
|
1726
|
-
href?: string | undefined;
|
|
1727
|
-
hrefAttrs?: {
|
|
1728
|
-
download?: boolean | undefined;
|
|
1729
|
-
rel?: string | undefined;
|
|
1730
|
-
target?: string | undefined;
|
|
1731
|
-
} | undefined;
|
|
1732
|
-
onMouseDown?: import("react").MouseEventHandler<any> | undefined;
|
|
1733
|
-
onMouseEnter?: import("react").MouseEventHandler<any> | undefined;
|
|
1734
|
-
onMouseLeave?: import("react").MouseEventHandler<any> | undefined;
|
|
1735
|
-
onMouseMove?: import("react").MouseEventHandler<any> | undefined;
|
|
1736
|
-
onMouseOver?: import("react").MouseEventHandler<any> | undefined;
|
|
1737
|
-
onMouseOut?: import("react").MouseEventHandler<any> | undefined;
|
|
1738
|
-
onMouseUp?: import("react").MouseEventHandler<any> | undefined;
|
|
1739
|
-
collapsable?: boolean | undefined;
|
|
1740
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
1741
|
-
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
1742
|
-
focusable?: boolean | undefined;
|
|
1743
|
-
shouldRasterizeIOS?: boolean | undefined;
|
|
1744
|
-
isTVSelectable?: boolean | undefined;
|
|
1745
|
-
hasTVPreferredFocus?: boolean | undefined;
|
|
1746
|
-
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
1747
|
-
tvParallaxShiftDistanceX?: number | undefined;
|
|
1748
|
-
tvParallaxShiftDistanceY?: number | undefined;
|
|
1749
|
-
tvParallaxTiltAngle?: number | undefined;
|
|
1750
|
-
tvParallaxMagnification?: number | undefined;
|
|
1751
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1752
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1753
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1754
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1755
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1756
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1757
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1758
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1759
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1760
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1761
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1762
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1763
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1764
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1765
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1766
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1767
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1768
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1769
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1770
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1771
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1772
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1773
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1774
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1775
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1776
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1777
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1778
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1779
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1780
|
-
accessible?: boolean | undefined;
|
|
1781
|
-
accessibilityActions?: readonly Readonly<{
|
|
1782
|
-
name: string;
|
|
1783
|
-
label?: string | undefined;
|
|
1784
|
-
}>[] | undefined;
|
|
1785
|
-
accessibilityLabel?: string | undefined;
|
|
1786
|
-
'aria-label'?: string | undefined;
|
|
1787
|
-
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
1788
|
-
'aria-busy'?: boolean | undefined;
|
|
1789
|
-
'aria-checked'?: boolean | "mixed" | undefined;
|
|
1790
|
-
'aria-disabled'?: boolean | undefined;
|
|
1791
|
-
'aria-expanded'?: boolean | undefined;
|
|
1792
|
-
'aria-selected'?: boolean | undefined;
|
|
1793
|
-
'aria-labelledby'?: string | undefined;
|
|
1794
|
-
accessibilityHint?: string | undefined;
|
|
1795
|
-
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
1796
|
-
'aria-valuemax'?: number | undefined;
|
|
1797
|
-
'aria-valuemin'?: number | undefined;
|
|
1798
|
-
'aria-valuenow'?: number | undefined;
|
|
1799
|
-
'aria-valuetext'?: string | undefined;
|
|
1800
|
-
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
1801
|
-
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
1802
|
-
'aria-hidden'?: boolean | undefined;
|
|
1803
|
-
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
1804
|
-
'aria-modal'?: boolean | undefined;
|
|
1805
|
-
role?: import("react-native").Role | undefined;
|
|
1806
|
-
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
1807
|
-
'aria-activedescendant'?: string | undefined;
|
|
1808
|
-
'aria-atomic'?: boolean | undefined;
|
|
1809
|
-
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
|
|
1810
|
-
'aria-colcount'?: number | undefined;
|
|
1811
|
-
'aria-colindex'?: number | undefined;
|
|
1812
|
-
'aria-colspan'?: number | undefined;
|
|
1813
|
-
'aria-controls'?: string | undefined;
|
|
1814
|
-
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1815
|
-
'aria-describedby'?: string | undefined;
|
|
1816
|
-
'aria-details'?: string | undefined;
|
|
1817
|
-
'aria-errormessage'?: string | undefined;
|
|
1818
|
-
'aria-flowto'?: string | undefined;
|
|
1819
|
-
'aria-haspopup'?: false | "grid" | "menu" | "dialog" | "tree" | "listbox" | undefined;
|
|
1820
|
-
'aria-invalid'?: boolean | undefined;
|
|
1821
|
-
'aria-keyshortcuts'?: string[] | undefined;
|
|
1822
|
-
'aria-level'?: number | undefined;
|
|
1823
|
-
'aria-multiline'?: boolean | undefined;
|
|
1824
|
-
'aria-multiselectable'?: boolean | undefined;
|
|
1825
|
-
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1826
|
-
'aria-owns'?: string | undefined;
|
|
1827
|
-
'aria-placeholder'?: string | undefined;
|
|
1828
|
-
'aria-posinset'?: number | undefined;
|
|
1829
|
-
'aria-pressed'?: boolean | "mixed" | undefined;
|
|
1830
|
-
'aria-readonly'?: boolean | undefined;
|
|
1831
|
-
'aria-required'?: boolean | undefined;
|
|
1832
|
-
'aria-roledescription'?: string | undefined;
|
|
1833
|
-
'aria-rowcount'?: number | undefined;
|
|
1834
|
-
'aria-rowindex'?: number | undefined;
|
|
1835
|
-
'aria-rowspan'?: number | undefined;
|
|
1836
|
-
'aria-setsize'?: number | undefined;
|
|
1837
|
-
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1838
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
1839
|
-
accessibilityLabelledBy?: string | string[] | undefined;
|
|
1840
|
-
accessibilityElementsHidden?: boolean | undefined;
|
|
1841
|
-
accessibilityViewIsModal?: boolean | undefined;
|
|
1842
|
-
onAccessibilityEscape?: (() => void) | undefined;
|
|
1843
|
-
onAccessibilityTap?: (() => void) | undefined;
|
|
1844
|
-
onMagicTap?: (() => void) | undefined;
|
|
1845
|
-
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
1846
|
-
accessibilityLanguage?: string | undefined;
|
|
1847
|
-
textAlign?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextAlign | undefined>;
|
|
1848
|
-
textTransform?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.TextTransform | undefined>;
|
|
1849
|
-
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1850
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1851
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1852
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1853
|
-
underline?: boolean | undefined;
|
|
1854
|
-
allowFontScaling?: boolean | undefined;
|
|
1855
|
-
ellipsizeMode?: "clip" | "head" | "middle" | "tail" | undefined;
|
|
1856
|
-
lineBreakMode?: "clip" | "head" | "middle" | "tail" | undefined;
|
|
1857
|
-
numberOfLines?: number | undefined;
|
|
1858
|
-
onTextLayout?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TextLayoutEventData>) => void) | undefined;
|
|
1859
|
-
maxFontSizeMultiplier?: number | null | undefined;
|
|
1860
|
-
minimumFontScale?: number | undefined;
|
|
1861
|
-
adjustsFontSizeToFit?: boolean | undefined;
|
|
1862
|
-
dynamicTypeRamp?: "body" | "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
|
|
1863
|
-
suppressHighlighting?: boolean | undefined;
|
|
1864
|
-
lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
|
|
1865
|
-
selectable?: boolean | undefined;
|
|
1866
|
-
selectionColor?: import("react-native").ColorValue | undefined;
|
|
1867
|
-
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
|
|
1868
|
-
dataDetectorType?: "all" | "none" | "link" | "phoneNumber" | "email" | null | undefined;
|
|
1869
|
-
android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
|
|
1870
|
-
strikeThrough?: boolean | undefined;
|
|
1871
|
-
cursor?: import("react-native").CursorValue | undefined;
|
|
1872
|
-
transitionDuration?: string | string[] | undefined;
|
|
1873
|
-
transitionProperty?: string | string[] | undefined;
|
|
1874
|
-
transitionTimingFunction?: string | string[] | undefined;
|
|
1875
|
-
_web?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1876
|
-
_ios?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1877
|
-
_android?: Partial<NativeBaseTextPropsAcceptedProps> | undefined;
|
|
1878
|
-
}>;
|
|
1879
|
-
var h5: FC<{
|
|
1880
|
-
type?: Partial<KittResponsiveProp<TypographyType>> | undefined;
|
|
1881
|
-
variant?: TypographyVariant | undefined;
|
|
1882
|
-
color?: ExtendedTypographyColor | undefined;
|
|
1883
|
-
children: ReactNode;
|
|
1884
|
-
base?: TypographyType | undefined;
|
|
1885
|
-
small?: TypographyType | undefined;
|
|
1886
|
-
medium?: TypographyType | undefined;
|
|
1887
|
-
large?: TypographyType | undefined;
|
|
1888
|
-
wide?: TypographyType | undefined;
|
|
1889
|
-
disabled?: boolean | undefined;
|
|
1890
|
-
alignItems?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignItems | undefined>;
|
|
1891
|
-
alignContent?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignContent | undefined>;
|
|
1892
|
-
justifyItems?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.JustifyItems | undefined>;
|
|
1893
|
-
justifyContent?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.JustifyContent | undefined>;
|
|
1894
|
-
flexWrap?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexWrap | undefined>;
|
|
1895
|
-
flexDirection?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexDirection | undefined>;
|
|
1896
|
-
flex?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.Flex<0 | (string & {})> | undefined>;
|
|
1897
|
-
flexGrow?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexGrow | undefined>;
|
|
1898
|
-
flexShrink?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexShrink | undefined>;
|
|
1899
|
-
flexBasis?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.FlexBasis<0 | (string & {})> | undefined>;
|
|
1900
|
-
alignSelf?: import("native-base/lib/typescript/components/types").ResponsiveValue<import("csstype").Property.AlignSelf | undefined>;
|
|
1901
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
1902
|
-
id?: string | undefined;
|
|
1903
|
-
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
1904
|
-
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
1905
|
-
removeClippedSubviews?: boolean | undefined;
|
|
1906
|
-
style?: import("react-native").StyleProp<TextStyle>;
|
|
1907
|
-
testID?: string | undefined;
|
|
1908
|
-
nativeID?: string | undefined;
|
|
1909
|
-
href?: string | undefined;
|
|
1910
|
-
hrefAttrs?: {
|
|
1911
|
-
download?: boolean | undefined;
|
|
1912
|
-
rel?: string | undefined;
|
|
1913
|
-
target?: string | undefined;
|
|
1914
|
-
} | undefined;
|
|
1915
|
-
onMouseDown?: import("react").MouseEventHandler<any> | undefined;
|
|
1916
|
-
onMouseEnter?: import("react").MouseEventHandler<any> | undefined;
|
|
1917
|
-
onMouseLeave?: import("react").MouseEventHandler<any> | undefined;
|
|
1918
|
-
onMouseMove?: import("react").MouseEventHandler<any> | undefined;
|
|
1919
|
-
onMouseOver?: import("react").MouseEventHandler<any> | undefined;
|
|
1920
|
-
onMouseOut?: import("react").MouseEventHandler<any> | undefined;
|
|
1921
|
-
onMouseUp?: import("react").MouseEventHandler<any> | undefined;
|
|
1922
|
-
collapsable?: boolean | undefined;
|
|
1923
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
1924
|
-
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
1925
|
-
focusable?: boolean | undefined;
|
|
1926
|
-
shouldRasterizeIOS?: boolean | undefined;
|
|
1927
|
-
isTVSelectable?: boolean | undefined;
|
|
1928
|
-
hasTVPreferredFocus?: boolean | undefined;
|
|
1929
|
-
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
1930
|
-
tvParallaxShiftDistanceX?: number | undefined;
|
|
1931
|
-
tvParallaxShiftDistanceY?: number | undefined;
|
|
1932
|
-
tvParallaxTiltAngle?: number | undefined;
|
|
1933
|
-
tvParallaxMagnification?: number | undefined;
|
|
1934
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1935
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1936
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1937
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1938
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1939
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1940
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1941
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1942
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1943
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1944
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1945
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
1946
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1947
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1948
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1949
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1950
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
1951
|
-
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1952
|
-
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1953
|
-
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1954
|
-
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1955
|
-
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1956
|
-
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1957
|
-
onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1958
|
-
onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1959
|
-
onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1960
|
-
onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1961
|
-
onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1962
|
-
onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
1963
|
-
accessible?: boolean | undefined;
|
|
1964
|
-
accessibilityActions?: readonly Readonly<{
|
|
1965
|
-
name: string;
|
|
1966
|
-
label?: string | undefined;
|
|
1967
|
-
}>[] | undefined;
|
|
1968
|
-
accessibilityLabel?: string | undefined;
|
|
1969
|
-
'aria-label'?: string | undefined;
|
|
1970
|
-
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
1971
|
-
'aria-busy'?: boolean | undefined;
|
|
1972
|
-
'aria-checked'?: boolean | "mixed" | undefined;
|
|
1973
|
-
'aria-disabled'?: boolean | undefined;
|
|
1974
|
-
'aria-expanded'?: boolean | undefined;
|
|
1975
|
-
'aria-selected'?: boolean | undefined;
|
|
1976
1082
|
'aria-labelledby'?: string | undefined;
|
|
1977
|
-
accessibilityHint?: string | undefined;
|
|
1978
|
-
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
1979
|
-
'aria-valuemax'?: number | undefined;
|
|
1980
|
-
'aria-valuemin'?: number | undefined;
|
|
1981
|
-
'aria-valuenow'?: number | undefined;
|
|
1982
|
-
'aria-valuetext'?: string | undefined;
|
|
1983
|
-
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
1984
|
-
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
1985
|
-
'aria-hidden'?: boolean | undefined;
|
|
1986
|
-
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
1987
|
-
'aria-modal'?: boolean | undefined;
|
|
1988
|
-
role?: import("react-native").Role | undefined;
|
|
1989
|
-
dataSet?: Record<string, string | number | boolean> | undefined;
|
|
1990
|
-
'aria-activedescendant'?: string | undefined;
|
|
1991
|
-
'aria-atomic'?: boolean | undefined;
|
|
1992
|
-
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
|
|
1993
|
-
'aria-colcount'?: number | undefined;
|
|
1994
|
-
'aria-colindex'?: number | undefined;
|
|
1995
|
-
'aria-colspan'?: number | undefined;
|
|
1996
|
-
'aria-controls'?: string | undefined;
|
|
1997
|
-
'aria-current'?: boolean | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1998
|
-
'aria-describedby'?: string | undefined;
|
|
1999
|
-
'aria-details'?: string | undefined;
|
|
2000
|
-
'aria-errormessage'?: string | undefined;
|
|
2001
|
-
'aria-flowto'?: string | undefined;
|
|
2002
|
-
'aria-haspopup'?: false | "grid" | "menu" | "dialog" | "tree" | "listbox" | undefined;
|
|
2003
|
-
'aria-invalid'?: boolean | undefined;
|
|
2004
|
-
'aria-keyshortcuts'?: string[] | undefined;
|
|
2005
1083
|
'aria-level'?: number | undefined;
|
|
1084
|
+
'aria-live'?: "none" | "assertive" | "polite" | undefined;
|
|
2006
1085
|
'aria-multiline'?: boolean | undefined;
|
|
2007
1086
|
'aria-multiselectable'?: boolean | undefined;
|
|
2008
1087
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
@@ -2018,8 +1097,8 @@ export declare namespace Typography {
|
|
|
2018
1097
|
'aria-rowspan'?: number | undefined;
|
|
2019
1098
|
'aria-setsize'?: number | undefined;
|
|
2020
1099
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2021
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
2022
1100
|
accessibilityLabelledBy?: string | string[] | undefined;
|
|
1101
|
+
accessibilityLiveRegion?: "none" | "assertive" | "polite" | undefined;
|
|
2023
1102
|
accessibilityElementsHidden?: boolean | undefined;
|
|
2024
1103
|
accessibilityViewIsModal?: boolean | undefined;
|
|
2025
1104
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
@@ -2051,7 +1130,7 @@ export declare namespace Typography {
|
|
|
2051
1130
|
dataDetectorType?: "all" | "none" | "link" | "phoneNumber" | "email" | null | undefined;
|
|
2052
1131
|
android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
|
|
2053
1132
|
strikeThrough?: boolean | undefined;
|
|
2054
|
-
cursor?: import("react-native").CursorValue | undefined;
|
|
1133
|
+
cursor?: import("react-native/Libraries/StyleSheet/StyleSheetTypes").CursorValue | undefined;
|
|
2055
1134
|
transitionDuration?: string | string[] | undefined;
|
|
2056
1135
|
transitionProperty?: string | string[] | undefined;
|
|
2057
1136
|
transitionTimingFunction?: string | string[] | undefined;
|