@hanzogui/checkbox 2.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.
Files changed (58) hide show
  1. package/LICENSE +21 -0
  2. package/dist/cjs/Checkbox.cjs +111 -0
  3. package/dist/cjs/Checkbox.native.js +117 -0
  4. package/dist/cjs/Checkbox.native.js.map +1 -0
  5. package/dist/cjs/CheckboxStyledContext.cjs +33 -0
  6. package/dist/cjs/CheckboxStyledContext.native.js +36 -0
  7. package/dist/cjs/CheckboxStyledContext.native.js.map +1 -0
  8. package/dist/cjs/createCheckbox.cjs +184 -0
  9. package/dist/cjs/createCheckbox.native.js +209 -0
  10. package/dist/cjs/createCheckbox.native.js.map +1 -0
  11. package/dist/cjs/index.cjs +35 -0
  12. package/dist/cjs/index.native.js +38 -0
  13. package/dist/cjs/index.native.js.map +1 -0
  14. package/dist/esm/Checkbox.mjs +87 -0
  15. package/dist/esm/Checkbox.mjs.map +1 -0
  16. package/dist/esm/Checkbox.native.js +90 -0
  17. package/dist/esm/Checkbox.native.js.map +1 -0
  18. package/dist/esm/CheckboxStyledContext.mjs +10 -0
  19. package/dist/esm/CheckboxStyledContext.mjs.map +1 -0
  20. package/dist/esm/CheckboxStyledContext.native.js +10 -0
  21. package/dist/esm/CheckboxStyledContext.native.js.map +1 -0
  22. package/dist/esm/createCheckbox.mjs +148 -0
  23. package/dist/esm/createCheckbox.mjs.map +1 -0
  24. package/dist/esm/createCheckbox.native.js +171 -0
  25. package/dist/esm/createCheckbox.native.js.map +1 -0
  26. package/dist/esm/index.js +11 -0
  27. package/dist/esm/index.js.map +1 -0
  28. package/dist/esm/index.mjs +11 -0
  29. package/dist/esm/index.mjs.map +1 -0
  30. package/dist/esm/index.native.js +11 -0
  31. package/dist/esm/index.native.js.map +1 -0
  32. package/dist/jsx/Checkbox.mjs +87 -0
  33. package/dist/jsx/Checkbox.mjs.map +1 -0
  34. package/dist/jsx/Checkbox.native.js +117 -0
  35. package/dist/jsx/Checkbox.native.js.map +1 -0
  36. package/dist/jsx/CheckboxStyledContext.mjs +10 -0
  37. package/dist/jsx/CheckboxStyledContext.mjs.map +1 -0
  38. package/dist/jsx/CheckboxStyledContext.native.js +36 -0
  39. package/dist/jsx/CheckboxStyledContext.native.js.map +1 -0
  40. package/dist/jsx/createCheckbox.mjs +148 -0
  41. package/dist/jsx/createCheckbox.mjs.map +1 -0
  42. package/dist/jsx/createCheckbox.native.js +209 -0
  43. package/dist/jsx/createCheckbox.native.js.map +1 -0
  44. package/dist/jsx/index.js +11 -0
  45. package/dist/jsx/index.js.map +1 -0
  46. package/dist/jsx/index.mjs +11 -0
  47. package/dist/jsx/index.mjs.map +1 -0
  48. package/dist/jsx/index.native.js +38 -0
  49. package/dist/jsx/index.native.js.map +1 -0
  50. package/package.json +63 -0
  51. package/src/Checkbox.tsx +122 -0
  52. package/src/CheckboxStyledContext.tsx +16 -0
  53. package/src/createCheckbox.tsx +280 -0
  54. package/src/index.ts +12 -0
  55. package/types/Checkbox.d.ts +39 -0
  56. package/types/CheckboxStyledContext.d.ts +9 -0
  57. package/types/createCheckbox.d.ts +196 -0
  58. package/types/index.d.ts +324 -0
@@ -0,0 +1,324 @@
1
+ export * from './createCheckbox';
2
+ export * from './Checkbox';
3
+ export * from './CheckboxStyledContext';
4
+ export type { CheckedState } from '@gui/checkbox-headless';
5
+ export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<import("@gui/web").GetFinalProps<import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase & {
6
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
7
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
8
+ fullscreen?: boolean | undefined;
9
+ }, import("@gui/web").StaticConfigPublic>, {
10
+ accept: {
11
+ readonly activeStyle: "style";
12
+ };
13
+ }>> | undefined;
14
+ }, {
15
+ size?: import("@gui/web").SizeTokens | undefined;
16
+ disabled?: boolean | undefined;
17
+ unstyled?: boolean | undefined;
18
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
19
+ fullscreen?: boolean | undefined;
20
+ }>, "theme" | "native" | "debug" | "size" | "zIndex" | `$${string}` | "scaleIcon" | "disabled" | "style" | `$${number}` | `$group-${string}` | `$group-${number}` | `$group-${string}-hover` | `$group-${string}-press` | `$group-${string}-focus` | `$group-${string}-focusVisible` | `$group-${string}-focusWithin` | `$group-${number}-hover` | `$group-${number}-press` | `$group-${number}-focus` | `$group-${number}-focusVisible` | `$group-${number}-focusWithin` | `$theme-${string}` | `$theme-${number}` | "filter" | "name" | "activeStyle" | "hitSlop" | "pointerEvents" | "display" | "children" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "className" | "themeShallow" | "unstyled" | "id" | "render" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "animatedBy" | "onFocus" | "onBlur" | "onPointerCancel" | "onPointerDown" | "onPointerMove" | "onPointerUp" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancelCapture" | "onPointerDownCapture" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onMouseOver" | "onMouseOut" | "onClick" | "onDoubleClick" | "onContextMenu" | "onWheel" | "onKeyDown" | "onKeyUp" | "onChange" | "onInput" | "onBeforeInput" | "onScroll" | "onCopy" | "onCut" | "onPaste" | "onDrag" | "onDragStart" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDrop" | "position" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "borderCurve" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "outline" | "userSelect" | "backdropFilter" | "background" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "boxShadow" | "border" | "overflowX" | "overflowY" | "transformOrigin" | "backgroundClip" | "backgroundBlendMode" | "backgroundAttachment" | "clipPath" | "caretColor" | "transformStyle" | "mask" | "maskImage" | "textEmphasis" | "borderImage" | "float" | "content" | "overflowBlock" | "overflowInline" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridTemplateColumns" | "gridTemplateAreas" | "containerType" | "blockSize" | "inlineSize" | "minBlockSize" | "maxBlockSize" | "objectFit" | "verticalAlign" | "minInlineSize" | "maxInlineSize" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "inset" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "transition" | "animateOnly" | "animatePresence" | "passThrough" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "isolation" | "mixBlendMode" | "experimental_backgroundImage" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "boxSizing" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "right" | "start" | "top" | "width" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusWithinStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "value" | "checked" | "defaultChecked" | "required" | "onCheckedChange" | "labelledBy" | "scaleSize" | "sizeAdjust" | "activeTheme"> & import("@gui/web").StackNonStyleProps & import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>> & import("@gui/web").WithPseudoProps<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>>> & import("@gui/web").WithMediaProps<import("@gui/web").WithThemeShorthandsAndPseudos<import("@gui/web").StackStyleBase, {}>> & import("@gui/checkbox-headless").CheckboxExtraProps & {
21
+ scaleIcon?: number;
22
+ scaleSize?: number;
23
+ sizeAdjust?: number;
24
+ native?: import("@gui/helpers").NativeValue<"web">;
25
+ } & {
26
+ size?: import("@gui/web").SizeTokens;
27
+ unstyled?: boolean;
28
+ } & {
29
+ activeStyle?: import("@gui/web").GetProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase & {
30
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
31
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
32
+ fullscreen?: boolean | undefined;
33
+ }, import("@gui/web").StaticConfigPublic>, {
34
+ accept: {
35
+ readonly activeStyle: "style";
36
+ };
37
+ }>> | undefined;
38
+ }, {
39
+ size?: import("@gui/web").SizeTokens | undefined;
40
+ disabled?: boolean | undefined;
41
+ unstyled?: boolean | undefined;
42
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
43
+ fullscreen?: boolean | undefined;
44
+ }, import("@gui/web").StaticConfigPublic & {
45
+ accept: {
46
+ readonly activeStyle: "style";
47
+ };
48
+ }>>;
49
+ activeTheme?: string | null;
50
+ } & import("react").RefAttributes<import("@gui/web").GuiElement>> & import("@gui/web").StaticComponentObject<Omit<import("@gui/web").GetFinalProps<import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase & {
51
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
52
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
53
+ fullscreen?: boolean | undefined;
54
+ }, import("@gui/web").StaticConfigPublic>, {
55
+ accept: {
56
+ readonly activeStyle: "style";
57
+ };
58
+ }>> | undefined;
59
+ }, {
60
+ size?: import("@gui/web").SizeTokens | undefined;
61
+ disabled?: boolean | undefined;
62
+ unstyled?: boolean | undefined;
63
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
64
+ fullscreen?: boolean | undefined;
65
+ }>, "theme" | "native" | "debug" | "size" | "zIndex" | `$${string}` | "scaleIcon" | "disabled" | "style" | `$${number}` | `$group-${string}` | `$group-${number}` | `$group-${string}-hover` | `$group-${string}-press` | `$group-${string}-focus` | `$group-${string}-focusVisible` | `$group-${string}-focusWithin` | `$group-${number}-hover` | `$group-${number}-press` | `$group-${number}-focus` | `$group-${number}-focusVisible` | `$group-${number}-focusWithin` | `$theme-${string}` | `$theme-${number}` | "filter" | "name" | "activeStyle" | "hitSlop" | "pointerEvents" | "display" | "children" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "className" | "themeShallow" | "unstyled" | "id" | "render" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "animatedBy" | "onFocus" | "onBlur" | "onPointerCancel" | "onPointerDown" | "onPointerMove" | "onPointerUp" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancelCapture" | "onPointerDownCapture" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onMouseOver" | "onMouseOut" | "onClick" | "onDoubleClick" | "onContextMenu" | "onWheel" | "onKeyDown" | "onKeyUp" | "onChange" | "onInput" | "onBeforeInput" | "onScroll" | "onCopy" | "onCut" | "onPaste" | "onDrag" | "onDragStart" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDrop" | "position" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "borderCurve" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "outline" | "userSelect" | "backdropFilter" | "background" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "boxShadow" | "border" | "overflowX" | "overflowY" | "transformOrigin" | "backgroundClip" | "backgroundBlendMode" | "backgroundAttachment" | "clipPath" | "caretColor" | "transformStyle" | "mask" | "maskImage" | "textEmphasis" | "borderImage" | "float" | "content" | "overflowBlock" | "overflowInline" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridTemplateColumns" | "gridTemplateAreas" | "containerType" | "blockSize" | "inlineSize" | "minBlockSize" | "maxBlockSize" | "objectFit" | "verticalAlign" | "minInlineSize" | "maxInlineSize" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "inset" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "transition" | "animateOnly" | "animatePresence" | "passThrough" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "isolation" | "mixBlendMode" | "experimental_backgroundImage" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "boxSizing" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "right" | "start" | "top" | "width" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusWithinStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "value" | "checked" | "defaultChecked" | "required" | "onCheckedChange" | "labelledBy" | "scaleSize" | "sizeAdjust" | "activeTheme"> & import("@gui/web").StackNonStyleProps & import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>> & import("@gui/web").WithPseudoProps<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>>> & import("@gui/web").WithMediaProps<import("@gui/web").WithThemeShorthandsAndPseudos<import("@gui/web").StackStyleBase, {}>> & import("@gui/checkbox-headless").CheckboxExtraProps & {
66
+ scaleIcon?: number;
67
+ scaleSize?: number;
68
+ sizeAdjust?: number;
69
+ native?: import("@gui/helpers").NativeValue<"web">;
70
+ } & {
71
+ size?: import("@gui/web").SizeTokens;
72
+ unstyled?: boolean;
73
+ } & {
74
+ activeStyle?: import("@gui/web").GetProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase & {
75
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
76
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
77
+ fullscreen?: boolean | undefined;
78
+ }, import("@gui/web").StaticConfigPublic>, {
79
+ accept: {
80
+ readonly activeStyle: "style";
81
+ };
82
+ }>> | undefined;
83
+ }, {
84
+ size?: import("@gui/web").SizeTokens | undefined;
85
+ disabled?: boolean | undefined;
86
+ unstyled?: boolean | undefined;
87
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
88
+ fullscreen?: boolean | undefined;
89
+ }, import("@gui/web").StaticConfigPublic & {
90
+ accept: {
91
+ readonly activeStyle: "style";
92
+ };
93
+ }>>;
94
+ activeTheme?: string | null;
95
+ }, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps & import("@gui/web").StackNonStyleProps & import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>> & import("@gui/web").WithPseudoProps<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>>> & import("@gui/web").WithMediaProps<import("@gui/web").WithThemeShorthandsAndPseudos<import("@gui/web").StackStyleBase, {}>> & import("@gui/checkbox-headless").CheckboxExtraProps & {
96
+ scaleIcon?: number;
97
+ scaleSize?: number;
98
+ sizeAdjust?: number;
99
+ native?: import("@gui/helpers").NativeValue<"web">;
100
+ } & {
101
+ size?: import("@gui/web").SizeTokens;
102
+ unstyled?: boolean;
103
+ } & {
104
+ activeStyle?: import("@gui/web").GetProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase & {
105
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
106
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
107
+ fullscreen?: boolean | undefined;
108
+ }, import("@gui/web").StaticConfigPublic>, {
109
+ accept: {
110
+ readonly activeStyle: "style";
111
+ };
112
+ }>> | undefined;
113
+ }, {
114
+ size?: import("@gui/web").SizeTokens | undefined;
115
+ disabled?: boolean | undefined;
116
+ unstyled?: boolean | undefined;
117
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
118
+ fullscreen?: boolean | undefined;
119
+ }, import("@gui/web").StaticConfigPublic & {
120
+ accept: {
121
+ readonly activeStyle: "style";
122
+ };
123
+ }>>;
124
+ activeTheme?: string | null;
125
+ }, import("@gui/web").StackStyleBase & {
126
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
127
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
128
+ fullscreen?: boolean | undefined;
129
+ }, import("@gui/web").StaticConfigPublic>, {
130
+ accept: {
131
+ readonly activeStyle: "style";
132
+ };
133
+ }>> | undefined;
134
+ }, {
135
+ size?: import("@gui/web").SizeTokens | undefined;
136
+ disabled?: boolean | undefined;
137
+ unstyled?: boolean | undefined;
138
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
139
+ fullscreen?: boolean | undefined;
140
+ }, import("@gui/web").StaticConfigPublic & {
141
+ accept: {
142
+ readonly activeStyle: "style";
143
+ };
144
+ }> & Omit<import("@gui/web").StaticConfigPublic & {
145
+ accept: {
146
+ readonly activeStyle: "style";
147
+ };
148
+ }, "staticConfig" | "styleable"> & {
149
+ __tama: [Omit<import("@gui/web").GetFinalProps<import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase & {
150
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
151
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
152
+ fullscreen?: boolean | undefined;
153
+ }, import("@gui/web").StaticConfigPublic>, {
154
+ accept: {
155
+ readonly activeStyle: "style";
156
+ };
157
+ }>> | undefined;
158
+ }, {
159
+ size?: import("@gui/web").SizeTokens | undefined;
160
+ disabled?: boolean | undefined;
161
+ unstyled?: boolean | undefined;
162
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
163
+ fullscreen?: boolean | undefined;
164
+ }>, "theme" | "native" | "debug" | "size" | "zIndex" | `$${string}` | "scaleIcon" | "disabled" | "style" | `$${number}` | `$group-${string}` | `$group-${number}` | `$group-${string}-hover` | `$group-${string}-press` | `$group-${string}-focus` | `$group-${string}-focusVisible` | `$group-${string}-focusWithin` | `$group-${number}-hover` | `$group-${number}-press` | `$group-${number}-focus` | `$group-${number}-focusVisible` | `$group-${number}-focusWithin` | `$theme-${string}` | `$theme-${number}` | "filter" | "name" | "activeStyle" | "hitSlop" | "pointerEvents" | "display" | "children" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "className" | "themeShallow" | "unstyled" | "id" | "render" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "animatedBy" | "onFocus" | "onBlur" | "onPointerCancel" | "onPointerDown" | "onPointerMove" | "onPointerUp" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancelCapture" | "onPointerDownCapture" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onMouseOver" | "onMouseOut" | "onClick" | "onDoubleClick" | "onContextMenu" | "onWheel" | "onKeyDown" | "onKeyUp" | "onChange" | "onInput" | "onBeforeInput" | "onScroll" | "onCopy" | "onCut" | "onPaste" | "onDrag" | "onDragStart" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDrop" | "position" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "borderCurve" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "outline" | "userSelect" | "backdropFilter" | "background" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "boxShadow" | "border" | "overflowX" | "overflowY" | "transformOrigin" | "backgroundClip" | "backgroundBlendMode" | "backgroundAttachment" | "clipPath" | "caretColor" | "transformStyle" | "mask" | "maskImage" | "textEmphasis" | "borderImage" | "float" | "content" | "overflowBlock" | "overflowInline" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridTemplateColumns" | "gridTemplateAreas" | "containerType" | "blockSize" | "inlineSize" | "minBlockSize" | "maxBlockSize" | "objectFit" | "verticalAlign" | "minInlineSize" | "maxInlineSize" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "inset" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "transition" | "animateOnly" | "animatePresence" | "passThrough" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "isolation" | "mixBlendMode" | "experimental_backgroundImage" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "boxSizing" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "right" | "start" | "top" | "width" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY" | "hoverStyle" | "pressStyle" | "focusStyle" | "focusWithinStyle" | "focusVisibleStyle" | "disabledStyle" | "exitStyle" | "enterStyle" | "value" | "checked" | "defaultChecked" | "required" | "onCheckedChange" | "labelledBy" | "scaleSize" | "sizeAdjust" | "activeTheme"> & import("@gui/web").StackNonStyleProps & import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>> & import("@gui/web").WithPseudoProps<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>>> & import("@gui/web").WithMediaProps<import("@gui/web").WithThemeShorthandsAndPseudos<import("@gui/web").StackStyleBase, {}>> & import("@gui/checkbox-headless").CheckboxExtraProps & {
165
+ scaleIcon?: number;
166
+ scaleSize?: number;
167
+ sizeAdjust?: number;
168
+ native?: import("@gui/helpers").NativeValue<"web">;
169
+ } & {
170
+ size?: import("@gui/web").SizeTokens;
171
+ unstyled?: boolean;
172
+ } & {
173
+ activeStyle?: import("@gui/web").GetProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase & {
174
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
175
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
176
+ fullscreen?: boolean | undefined;
177
+ }, import("@gui/web").StaticConfigPublic>, {
178
+ accept: {
179
+ readonly activeStyle: "style";
180
+ };
181
+ }>> | undefined;
182
+ }, {
183
+ size?: import("@gui/web").SizeTokens | undefined;
184
+ disabled?: boolean | undefined;
185
+ unstyled?: boolean | undefined;
186
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
187
+ fullscreen?: boolean | undefined;
188
+ }, import("@gui/web").StaticConfigPublic & {
189
+ accept: {
190
+ readonly activeStyle: "style";
191
+ };
192
+ }>>;
193
+ activeTheme?: string | null;
194
+ }, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps & import("@gui/web").StackNonStyleProps & import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>> & import("@gui/web").WithPseudoProps<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>>> & import("@gui/web").WithMediaProps<import("@gui/web").WithThemeShorthandsAndPseudos<import("@gui/web").StackStyleBase, {}>> & import("@gui/checkbox-headless").CheckboxExtraProps & {
195
+ scaleIcon?: number;
196
+ scaleSize?: number;
197
+ sizeAdjust?: number;
198
+ native?: import("@gui/helpers").NativeValue<"web">;
199
+ } & {
200
+ size?: import("@gui/web").SizeTokens;
201
+ unstyled?: boolean;
202
+ } & {
203
+ activeStyle?: import("@gui/web").GetProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase & {
204
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
205
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
206
+ fullscreen?: boolean | undefined;
207
+ }, import("@gui/web").StaticConfigPublic>, {
208
+ accept: {
209
+ readonly activeStyle: "style";
210
+ };
211
+ }>> | undefined;
212
+ }, {
213
+ size?: import("@gui/web").SizeTokens | undefined;
214
+ disabled?: boolean | undefined;
215
+ unstyled?: boolean | undefined;
216
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
217
+ fullscreen?: boolean | undefined;
218
+ }, import("@gui/web").StaticConfigPublic & {
219
+ accept: {
220
+ readonly activeStyle: "style";
221
+ };
222
+ }>>;
223
+ activeTheme?: string | null;
224
+ }, import("@gui/web").StackStyleBase & {
225
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
226
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
227
+ fullscreen?: boolean | undefined;
228
+ }, import("@gui/web").StaticConfigPublic>, {
229
+ accept: {
230
+ readonly activeStyle: "style";
231
+ };
232
+ }>> | undefined;
233
+ }, {
234
+ size?: import("@gui/web").SizeTokens | undefined;
235
+ disabled?: boolean | undefined;
236
+ unstyled?: boolean | undefined;
237
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
238
+ fullscreen?: boolean | undefined;
239
+ }, import("@gui/web").StaticConfigPublic & {
240
+ accept: {
241
+ readonly activeStyle: "style";
242
+ };
243
+ }];
244
+ } & {
245
+ Indicator: import("@gui/web").GuiComponent<Omit<import("@gui/web").GetFinalProps<import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase & {
246
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
247
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
248
+ fullscreen?: boolean | undefined;
249
+ }, import("@gui/web").StaticConfigPublic>, {
250
+ accept: {
251
+ readonly activeStyle: "style";
252
+ };
253
+ }>> | undefined;
254
+ }, {
255
+ unstyled?: boolean | undefined;
256
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
257
+ fullscreen?: boolean | undefined;
258
+ }>, `$${string}` | `$${number}` | import("@gui/web").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "activeStyle" | keyof import("@gui/web").StackNonStyleProps | keyof import("@gui/web").StackStyleBase | keyof import("@gui/web").WithPseudoProps<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>>> | keyof {
259
+ forceMount?: boolean;
260
+ disablePassStyles?: boolean;
261
+ }> & import("@gui/web").StackNonStyleProps & import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>> & import("@gui/web").WithPseudoProps<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>>> & import("@gui/web").WithMediaProps<import("@gui/web").WithThemeShorthandsAndPseudos<import("@gui/web").StackStyleBase, {}>> & {
262
+ forceMount?: boolean;
263
+ disablePassStyles?: boolean;
264
+ } & {
265
+ activeStyle?: import("@gui/web").GetProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase & {
266
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
267
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
268
+ fullscreen?: boolean | undefined;
269
+ }, import("@gui/web").StaticConfigPublic>, {
270
+ accept: {
271
+ readonly activeStyle: "style";
272
+ };
273
+ }>> | undefined;
274
+ }, {
275
+ unstyled?: boolean | undefined;
276
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
277
+ fullscreen?: boolean | undefined;
278
+ }, import("@gui/web").StaticConfigPublic & {
279
+ accept: {
280
+ readonly activeStyle: "style";
281
+ };
282
+ }>>;
283
+ }, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps & import("@gui/web").StackNonStyleProps & import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>> & import("@gui/web").WithPseudoProps<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase> & import("@gui/web").WithShorthands<import("@gui/web").WithThemeValues<import("@gui/web").StackStyleBase>>> & import("@gui/web").WithMediaProps<import("@gui/web").WithThemeShorthandsAndPseudos<import("@gui/web").StackStyleBase, {}>> & {
284
+ forceMount?: boolean;
285
+ disablePassStyles?: boolean;
286
+ } & {
287
+ activeStyle?: import("@gui/web").GetProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase & {
288
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
289
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
290
+ fullscreen?: boolean | undefined;
291
+ }, import("@gui/web").StaticConfigPublic>, {
292
+ accept: {
293
+ readonly activeStyle: "style";
294
+ };
295
+ }>> | undefined;
296
+ }, {
297
+ unstyled?: boolean | undefined;
298
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
299
+ fullscreen?: boolean | undefined;
300
+ }, import("@gui/web").StaticConfigPublic & {
301
+ accept: {
302
+ readonly activeStyle: "style";
303
+ };
304
+ }>>;
305
+ }, import("@gui/web").StackStyleBase & {
306
+ readonly activeStyle?: Partial<import("@gui/web").InferStyleProps<import("@gui/web").GuiComponent<import("@gui/web").TamaDefer, import("@gui/web").GuiElement, import("@gui/core").RNGuiViewNonStyleProps, import("@gui/web").StackStyleBase, {
307
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
308
+ fullscreen?: boolean | undefined;
309
+ }, import("@gui/web").StaticConfigPublic>, {
310
+ accept: {
311
+ readonly activeStyle: "style";
312
+ };
313
+ }>> | undefined;
314
+ }, {
315
+ unstyled?: boolean | undefined;
316
+ elevation?: number | import("@gui/web").SizeTokens | undefined;
317
+ fullscreen?: boolean | undefined;
318
+ }, import("@gui/web").StaticConfigPublic & {
319
+ accept: {
320
+ readonly activeStyle: "style";
321
+ };
322
+ }>;
323
+ };
324
+ //# sourceMappingURL=index.d.ts.map