SYMBOL INDEX (1583 symbols across 153 files) FILE: .changeset/changelog.cjs function getDependencyReleaseLine (line 5) | async function getDependencyReleaseLine(_, dependenciesUpdated) { function getReleaseLine (line 14) | async function getReleaseLine(changeset) { function getChangelogText (line 25) | async function getChangelogText(changelogLines) { function getChangelogEntry (line 58) | async function getChangelogEntry(release, changelogLines) { FILE: apps/ssr-testing/app/accessible-icon/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/accordion/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/alert-dialog/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/avatar/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/checkbox/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/collapsible/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/context-menu/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/dialog/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/dropdown-menu/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/form/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/hover-card/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/label/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/layout.tsx function Layout (line 5) | function Layout({ children }: { children: React.ReactNode }) { FILE: apps/ssr-testing/app/menubar/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/navigation-menu/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/one-time-password-field/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/page.tsx function Page (line 1) | function Page() { FILE: apps/ssr-testing/app/password-toggle-field/page.tsx function Page (line 4) | function Page() { function EyeClosedIcon (line 27) | function EyeClosedIcon() { function EyeOpenIcon (line 45) | function EyeOpenIcon() { FILE: apps/ssr-testing/app/popover/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/portal/page.tsx function Page (line 6) | function Page() { FILE: apps/ssr-testing/app/progress/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/radio-group/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/roving-focus-group/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/roving-focus-group/roving-focus.client.tsx type Direction (line 5) | type Direction = 'ltr' | 'rtl'; function RovingFocusProvider (line 16) | function RovingFocusProvider({ children }: { children: React.ReactNode }) { function RovingFocusToggle (line 25) | function RovingFocusToggle() { type ButtonGroupProps (line 39) | type ButtonGroupProps = Omit, 'defaul... function ButtonGroup (line 42) | function ButtonGroup({ defaultValue, ...props }: ButtonGroupProps) { type ButtonProps (line 61) | type ButtonProps = Omit, 'value'> ... function Button (line 63) | function Button(props: ButtonProps) { FILE: apps/ssr-testing/app/scroll-area/page.tsx function Page (line 4) | function Page() { function LongContent (line 30) | function LongContent() { FILE: apps/ssr-testing/app/select/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/separator/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/slider/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/slot/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/switch/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/tabs/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/toast/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/toggle-group/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/toolbar/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/tooltip/page.tsx function Page (line 4) | function Page() { FILE: apps/ssr-testing/app/visually-hidden/page.tsx function Page (line 4) | function Page() { FILE: apps/storybook/index.d.ts type CSSModuleClasses (line 1) | type CSSModuleClasses = { readonly [key: string]: string }; FILE: apps/storybook/stories/arrow.stories.tsx constant RECOMMENDED_CSS__ARROW__ROOT (line 5) | const RECOMMENDED_CSS__ARROW__ROOT = { FILE: apps/storybook/stories/avatar.stories.tsx function SourceChanger (line 100) | function SourceChanger({ FILE: apps/storybook/stories/collection.stories.tsx function WrappedItems (line 78) | function WrappedItems({ hasTomato }: any) { type ItemData (line 128) | type ItemData = { disabled: boolean }; type ItemProps (line 144) | type ItemProps = React.ComponentPropsWithRef<'li'> & { function Item (line 149) | function Item({ disabled = false, ...props }: ItemProps) { function LogItems (line 161) | function LogItems({ name = 'items' }: { name?: string }) { FILE: apps/storybook/stories/dismissable-layer.stories.tsx type DismissableLayerProps (line 15) | type DismissableLayerProps = React.ComponentProps; type FocusScopeProps (line 16) | type FocusScopeProps = React.ComponentProps; constant SYSTEM_FONT (line 20) | const SYSTEM_FONT = type DismissableBoxProps (line 189) | type DismissableBoxProps = Omit; function DismissableBox (line 191) | function DismissableBox(props: DismissableBoxProps) { type DummyDialogProps (line 479) | type DummyDialogProps = { function DummyDialog (line 485) | function DummyDialog({ children, openLabel = 'Open', closeLabel = 'Close... type DummyPopoverOwnProps (line 550) | type DummyPopoverOwnProps = { type DummyPopoverProps (line 557) | type DummyPopoverProps = DummyPopoverOwnProps & function DummyPopover (line 561) | function DummyPopover({ FILE: apps/storybook/stories/dropdown-menu.stories.tsx function handleModalDialogClose (line 472) | function handleModalDialogClose(event: Event) { function handleNonModalDialogClose (line 478) | function handleNonModalDialogClose(event: Event) { constant SIDES (line 870) | const SIDES = [...SIDE_OPTIONS.filter((side) => side !== 'bottom'), 'bot... FILE: apps/storybook/stories/focus-scope.stories.tsx type FocusParam (line 123) | type FocusParam = boolean | React.RefObject; FILE: apps/storybook/stories/form.stories.tsx function wait (line 184) | async function wait(ms: number) { FILE: apps/storybook/stories/hover-card.stories.tsx constant SIDES (line 458) | const SIDES = [...SIDE_OPTIONS.filter((side) => side !== 'bottom'), 'bot... function CardContentPlaceholder (line 772) | function CardContentPlaceholder() { FILE: apps/storybook/stories/menu.stories.tsx type MenuProps (line 363) | type MenuProps = Omit< FILE: apps/storybook/stories/one-time-password-field.stories.tsx type Story (line 13) | type Story = StoryObj; type FormState (line 15) | type FormState = { type: 'idle' } | { type: 'valid' } | { type: 'invalid... constant VALID_CODE (line 17) | const VALID_CODE = '123456'; function UncontrolledImpl (line 42) | function UncontrolledImpl(props: OneTimePasswordField.OneTimePasswordFie... function ControlledImpl (line 114) | function ControlledImpl(props: OneTimePasswordField.OneTimePasswordField... function ErrorMessage (line 240) | function ErrorMessage({ children }: { children: string }) { function Dialog (line 244) | function Dialog({ function getInputValues (line 276) | function getInputValues(inputs: HTMLInputElement[]) { FILE: apps/storybook/stories/password-toggle-field.stories.tsx type Story (line 12) | type Story = StoryObj; type StoryArgs (line 13) | type StoryArgs = Exclude; FILE: apps/storybook/stories/popover.stories.tsx constant SIDES (line 289) | const SIDES = [...SIDE_OPTIONS.filter((side) => side !== 'bottom'), 'bot... FILE: apps/storybook/stories/popper.stories.tsx function anchorClass (line 472) | function anchorClass(props: { size: 'small' | 'large' }) { function contentClass (line 482) | function contentClass(props: { size: 'small' | 'large' }) { FILE: apps/storybook/stories/presence.stories.tsx function Animation (line 64) | function Animation(props: React.ComponentProps<'div'>) { function Toggles (line 80) | function Toggles({ open, onOpenChange, nodeRef }: any) { FILE: apps/storybook/stories/progress.stories.tsx function ProgressRange (line 69) | function ProgressRange({ value, setValue, max = 100 }: any) { type ProgressValue (line 88) | type ProgressValue = number | null; function useProgressValueState (line 89) | function useProgressValueState(initialState: ProgressValue | (() => Prog... function useIndeterminateToggle (line 95) | function useIndeterminateToggle( function usePreviousValueRef (line 114) | function usePreviousValueRef(value: ProgressValue) { FILE: apps/storybook/stories/roving-focus-group.stories.tsx type RovingFocusGroupProps (line 4) | type RovingFocusGroupProps = React.ComponentProps; type ButtonGroupProps (line 156) | type ButtonGroupProps = Omit, 'defaul... type ButtonProps (line 176) | type ButtonProps = Omit, 'value'> ... FILE: apps/storybook/stories/scroll-area.stories.tsx constant DYNAMIC_CONTENT_DELAY (line 312) | const DYNAMIC_CONTENT_DELAY = 2000; FILE: apps/storybook/stories/select.stories.tsx constant POSITIONS (line 13) | const POSITIONS = ['item-aligned', 'popper'] as const; function handleChange (line 453) | function handleChange(event: React.FormEvent) { function handleChange (line 516) | function handleChange(event: React.FormEvent) { function handleChange (line 579) | function handleChange(event: React.FormEvent) { function handleChange (line 821) | function handleChange(event: React.FormEvent) { type PaddedElement (line 926) | type PaddedElement = 'content' | 'viewport'; type ChromaticSelectProps (line 928) | interface ChromaticSelectProps extends React.ComponentProps; class ErrorBoundary (line 275) | class ErrorBoundary extends React.Component { method constructor (line 276) | constructor(props: any) { method getDerivedStateFromError (line 281) | static getDerivedStateFromError() { method render (line 285) | render() { function wait (line 396) | async function wait(ms: number) { FILE: apps/storybook/stories/toast.stories.tsx type Direction (line 176) | type Direction = React.ComponentProps['swipeDirec... constant SNAPSHOT_DELAY (line 266) | const SNAPSHOT_DELAY = 300; FILE: apps/storybook/stories/tooltip.stories.tsx constant SIDES (line 793) | const SIDES = [...SIDE_OPTIONS.filter((side) => side !== 'bottom'), 'bot... function SimpleTooltip (line 1083) | function SimpleTooltip({ FILE: cypress.config.ts method setupNodeEvents (line 15) | setupNodeEvents(_on, _config) {} FILE: cypress/e2e/ContextMenu.cy.ts function shouldOpenOnKeydown (line 125) | function shouldOpenOnKeydown(key: string) { function pointerExitRightToLeft (line 240) | function pointerExitRightToLeft(elementText: string) { function pointerExitLeftToRight (line 249) | function pointerExitLeftToRight(elementText: string) { function pointerOver (line 258) | function pointerOver(elementText: string) { FILE: cypress/e2e/Dialog.cy.ts function shouldBeOpen (line 6) | function shouldBeOpen() { function shouldBeClosed (line 9) | function shouldBeClosed() { function shouldNotAllowOutsideInteraction (line 12) | function shouldNotAllowOutsideInteraction(action: 'realClick' | 'realTou... function shouldAllowOutsideInteraction (line 24) | function shouldAllowOutsideInteraction(action: 'realClick' | 'realTouch') { FILE: cypress/e2e/DropdownMenu.cy.ts function shouldOpenOnKeydown (line 117) | function shouldOpenOnKeydown(key: string) { function pointerExitRightToLeft (line 230) | function pointerExitRightToLeft(elementText: string) { function pointerExitLeftToRight (line 239) | function pointerExitLeftToRight(elementText: string) { function pointerOver (line 248) | function pointerOver(elementText: string) { FILE: cypress/e2e/Form.cy.ts function checkControlMessageAssociation (line 10) | function checkControlMessageAssociation() { FILE: cypress/e2e/Menubar.cy.ts function shouldSupportArrowKeyNavigation (line 101) | function shouldSupportArrowKeyNavigation(dir: 'ltr' | 'rtl') { function shouldOpenOnKeydown (line 178) | function shouldOpenOnKeydown(key: string) { function pointerOver (line 270) | function pointerOver(elementText: string) { FILE: cypress/e2e/Toast.cy.ts function buttonIsFocused (line 6) | function buttonIsFocused(identifier: number) { function toastIsFocused (line 10) | function toastIsFocused(identifier: number) { FILE: cypress/support/index.d.ts type Chainable (line 3) | interface Chainable { FILE: internal/builder/builder.js function build (line 10) | async function build(relativePath) { FILE: packages/core/number/src/number.ts function clamp (line 1) | function clamp(value: number, [min, max]: [number, number]): number { FILE: packages/core/primitive/src/primitive.tsx function composeEventHandlers (line 11) | function composeEventHandlers( function getOwnerWindow (line 25) | function getOwnerWindow(element: Node | null | undefined) { function getOwnerDocument (line 33) | function getOwnerDocument(element: Node | null | undefined) { function getActiveElement (line 45) | function getActiveElement( function isFrame (line 73) | function isFrame(element: Element): element is HTMLIFrameElement { FILE: packages/core/primitive/src/types.ts type Timeout (line 1) | type Timeout = ReturnType; type Interval (line 2) | type Interval = ReturnType; type Immediate (line 3) | type Immediate = ReturnType; FILE: packages/core/rect/src/observe-element-rect.ts type Measurable (line 4) | type Measurable = { getBoundingClientRect(): DOMRect }; function observeElementRect (line 11) | function observeElementRect( type CallbackFn (line 60) | type CallbackFn = (rect: DOMRect) => void; type ObservedData (line 62) | type ObservedData = { function runLoop (line 70) | function runLoop() { function rectEquals (line 97) | function rectEquals(rect1: DOMRect, rect2: DOMRect) { FILE: packages/react/accessible-icon/src/accesible-icon.test.tsx constant LABEL_TEXT (line 8) | const LABEL_TEXT = 'Close'; FILE: packages/react/accessible-icon/src/accessible-icon.tsx constant NAME (line 4) | const NAME = 'AccessibleIcon'; type AccessibleIconProps (line 6) | interface AccessibleIconProps { FILE: packages/react/accordion/src/accordion.test.tsx constant ITEMS (line 9) | const ITEMS = ['One', 'Two', 'Three']; function AccordionTest (line 401) | function AccordionTest(props: React.ComponentProps = P & { __scopeAccordion?: Scope }; type AccordionElement (line 34) | type AccordionElement = AccordionImplMultipleElement | AccordionImplSing... type AccordionSingleProps (line 35) | interface AccordionSingleProps extends AccordionImplSingleProps { type AccordionMultipleProps (line 38) | interface AccordionMultipleProps extends AccordionImplMultipleProps { type AccordionValueContextValue (line 63) | type AccordionValueContextValue = { type AccordionImplSingleElement (line 77) | type AccordionImplSingleElement = AccordionImplElement; type AccordionImplSingleProps (line 78) | interface AccordionImplSingleProps extends AccordionImplProps { type AccordionImplMultipleElement (line 133) | type AccordionImplMultipleElement = AccordionImplElement; type AccordionImplMultipleProps (line 134) | interface AccordionImplMultipleProps extends AccordionImplProps { type AccordionImplContextValue (line 195) | type AccordionImplContextValue = { type AccordionImplElement (line 204) | type AccordionImplElement = React.ComponentRef; type PrimitiveDivProps (line 205) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type PrimitiveHeading3Props (line 400) | type PrimitiveHeading3Props = React.ComponentPropsWithoutRef = P & { __scopeAlertDialog?: Scope }; type DialogProps (line 23) | type DialogProps = React.ComponentPropsWithoutRef {} constant TRIGGER_NAME (line 37) | const TRIGGER_NAME = 'AlertDialogTrigger'; type AlertDialogTriggerElement (line 39) | type AlertDialogTriggerElement = React.ComponentRef; type PrimitiveDivProps (line 25) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type PrimitiveSvgProps (line 11) | type PrimitiveSvgProps = React.ComponentPropsWithoutRef; type PrimitiveDivProps (line 11) | type PrimitiveDivProps = React.ComponentPropsWithoutRef = P & { __scopeAvatar?: Scope }; type ImageLoadingStatus (line 19) | type ImageLoadingStatus = 'idle' | 'loading' | 'loaded' | 'error'; type AvatarContextValue (line 21) | type AvatarContextValue = { type AvatarElement (line 28) | type AvatarElement = React.ComponentRef; type PrimitiveSpanProps (line 29) | type PrimitiveSpanProps = React.ComponentPropsWithoutRef; type PrimitiveImageProps (line 57) | type PrimitiveImageProps = React.ComponentPropsWithoutRef; type AvatarFallbackProps (line 93) | interface AvatarFallbackProps extends PrimitiveSpanProps { function resolveLoadingStatus (line 120) | function resolveLoadingStatus(image: HTMLImageElement | null, src?: stri... function useImageLoadingStatus (line 133) | function useImageLoadingStatus( FILE: packages/react/checkbox/src/checkbox.test.tsx constant CHECKBOX_ROLE (line 8) | const CHECKBOX_ROLE = 'checkbox'; constant INDICATOR_TEST_ID (line 9) | const INDICATOR_TEST_ID = 'checkbox-indicator'; method constructor (line 13) | constructor(cb: any) { method observe (line 16) | observe() { method unobserve (line 19) | unobserve() {} method disconnect (line 20) | disconnect() {} function ControlledCheckbox (line 132) | function ControlledCheckbox() { function ControlledCheckbox (line 245) | function ControlledCheckbox() { function LegacyCheckbox (line 480) | function LegacyCheckbox(props: React.ComponentProps = P & { __scopeCheckbox?: Scope }; type CheckedState (line 18) | type CheckedState = boolean | 'indeterminate'; type CheckboxContextValue (line 20) | type CheckboxContextValue( constant TRIGGER_NAME (line 119) | const TRIGGER_NAME = 'CheckboxTrigger'; type CheckboxTriggerProps (line 121) | interface CheckboxTriggerProps type CheckboxElement (line 197) | type CheckboxElement = React.ComponentRef; type PrimitiveButtonProps (line 198) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef; type PrimitiveSpanProps (line 263) | type PrimitiveSpanProps = React.ComponentPropsWithoutRef; type CheckboxBubbleInputProps (line 301) | interface CheckboxBubbleInputProps extends Omit {} function isFunction (line 379) | function isFunction(value: unknown): value is (...args: any[]) => any { function isIndeterminate (line 383) | function isIndeterminate(checked?: CheckedState): checked is 'indetermin... function getState (line 387) | function getState(checked: CheckedState) { FILE: packages/react/collapsible/src/collapsible.test.tsx constant TRIGGER_TEXT (line 8) | const TRIGGER_TEXT = 'Trigger'; constant CONTENT_TEXT (line 9) | const CONTENT_TEXT = 'Content'; FILE: packages/react/collapsible/src/collapsible.tsx constant COLLAPSIBLE_NAME (line 17) | const COLLAPSIBLE_NAME = 'Collapsible'; type ScopedProps (line 19) | type ScopedProps

= P & { __scopeCollapsible?: Scope }; type CollapsibleContextValue (line 22) | type CollapsibleContextValue = { type CollapsibleElement (line 32) | type CollapsibleElement = React.ComponentRef; type PrimitiveDivProps (line 33) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type CollectionElement (line 7) | type CollectionElement = HTMLElement; type CollectionProps (line 8) | interface CollectionProps extends SlotProps { function createCollection (line 17) | function createCollection; type CollectionElement (line 9) | type CollectionElement = HTMLElement; type CollectionProps (line 10) | interface CollectionProps extends SlotProps { type BaseItemData (line 14) | interface BaseItemData { type ItemDataWithElement (line 18) | type ItemDataWithElement< type ItemMap (line 25) | type ItemMap void) { FILE: packages/react/collection/src/ordered-dictionary.ts class OrderedDict (line 5) | class OrderedDict extends Map { method constructor (line 9) | constructor(entries?: readonly (readonly [K, V])[] | null) { method set (line 15) | set(key: K, value: V) { method insert (line 27) | insert(index: number, key: K, value: V) { method with (line 78) | with(index: number, key: K, value: V) { method before (line 84) | before(key: K) { method setBefore (line 95) | setBefore(key: K, newKey: K, value: V) { method after (line 103) | after(key: K) { method setAfter (line 115) | setAfter(key: K, newKey: K, value: V) { method first (line 123) | first() { method last (line 127) | last() { method clear (line 131) | clear() { method delete (line 136) | delete(key: K) { method deleteAt (line 144) | deleteAt(index: number) { method at (line 152) | at(index: number) { method entryAt (line 159) | entryAt(index: number): [K, V] | undefined { method indexOf (line 166) | indexOf(key: K) { method keyAt (line 170) | keyAt(index: number) { method from (line 174) | from(key: K, offset: number) { method keyFrom (line 185) | keyFrom(key: K, offset: number) { method find (line 196) | find( method findIndex (line 210) | findIndex( method filter (line 234) | filter( method map (line 249) | map( method reduce (line 289) | reduce( method reduceRight (line 341) | reduceRight( method toSorted (line 365) | toSorted(compareFn?: (a: [K, V], b: [K, V]) => number): OrderedDict { method toSpliced (line 383) | toSpliced(...args: [start: number, deleteCount: number, ...items: [K, ... method slice (line 389) | slice(start?: number, end?: number) { method every (line 413) | every( method some (line 427) | some( type KeyOf (line 442) | type KeyOf> = type ValueOf (line 444) | type ValueOf> = type EntryOf (line 446) | type EntryOf> = [KeyOf, ValueOf]; type KeyFrom (line 447) | type KeyFrom> = E[0]; type ValueFrom (line 448) | type ValueFrom> = E[1]; function at (line 450) | function at(array: ArrayLike, index: number): T | undefined { function toSafeIndex (line 458) | function toSafeIndex(array: ArrayLike, index: number) { function toSafeInteger (line 465) | function toSafeInteger(number: number) { FILE: packages/react/compose-refs/src/compose-refs.tsx type PossibleRef (line 3) | type PossibleRef = React.Ref | undefined; function setRef (line 9) | function setRef(ref: PossibleRef, value: T) { function composeRefs (line 21) | function composeRefs(...refs: PossibleRef[]): React.RefCallback { function useComposedRefs (line 55) | function useComposedRefs(...refs: PossibleRef[]): React.RefCallbac... FILE: packages/react/context-menu/src/context-menu.tsx type Direction (line 12) | type Direction = 'ltr' | 'rtl'; type Point (line 13) | type Point = { x: number; y: number }; constant CONTEXT_MENU_NAME (line 19) | const CONTEXT_MENU_NAME = 'ContextMenu'; type ScopedProps (line 21) | type ScopedProps

= P & { __scopeContextMenu?: Scope }; type ContextMenuContextValue (line 27) | type ContextMenuContextValue = { type ContextMenuProps (line 36) | interface ContextMenuProps { constant TRIGGER_NAME (line 83) | const TRIGGER_NAME = 'ContextMenuTrigger'; type ContextMenuTriggerElement (line 85) | type ContextMenuTriggerElement = React.ComponentRef; type PrimitiveSpanProps (line 86) | type PrimitiveSpanProps = React.ComponentPropsWithoutRef(handler: React.PointerEventHandler): React... FILE: packages/react/context/src/create-context.tsx function createContext (line 3) | function createContext( type Scope (line 35) | type Scope = { [scopeName: string]: React.Context[] } | unde... type ScopeHook (line 36) | type ScopeHook = (scope: Scope) => { [__scopeProp: string]: Scope }; type CreateScope (line 37) | interface CreateScope { function createContextScope (line 42) | function createContextScope(scopeName: string, createContextScopeDeps: C... function composeContextScopes (line 108) | function composeContextScopes(...scopes: [CreateScope, ...CreateScope[]]... FILE: packages/react/dialog/src/dialog.test.tsx constant OPEN_TEXT (line 9) | const OPEN_TEXT = 'Open'; constant CLOSE_TEXT (line 10) | const CLOSE_TEXT = 'Close'; constant TITLE_TEXT (line 11) | const TITLE_TEXT = 'Title'; function renderAndClickDialogTrigger (line 45) | function renderAndClickDialogTrigger(Dialog: any) { FILE: packages/react/dialog/src/dialog.tsx constant DIALOG_NAME (line 23) | const DIALOG_NAME = 'Dialog'; type ScopedProps (line 25) | type ScopedProps

= P & { __scopeDialog?: Scope }; type DialogContextValue (line 28) | type DialogContextValue = { type DialogProps (line 42) | interface DialogProps { constant TRIGGER_NAME (line 92) | const TRIGGER_NAME = 'DialogTrigger'; type DialogTriggerElement (line 94) | type DialogTriggerElement = React.ComponentRef; type PrimitiveButtonProps (line 95) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef; type DialogPortalProps (line 132) | interface DialogPortalProps { constant OVERLAY_NAME (line 167) | const OVERLAY_NAME = 'DialogOverlay'; type DialogOverlayElement (line 169) | type DialogOverlayElement = DialogOverlayImplElement; type DialogOverlayProps (line 170) | interface DialogOverlayProps extends DialogOverlayImplProps { type DialogOverlayImplElement (line 193) | type DialogOverlayImplElement = React.ComponentRef; type PrimitiveDivProps (line 194) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type DialogContentImplProps (line 363) | interface DialogContentImplProps extends Omit; type PrimitiveHeading2Props (line 433) | type PrimitiveHeading2Props = React.ComponentPropsWithoutRef; type PrimitiveParagraphProps (line 453) | type PrimitiveParagraphProps = React.ComponentPropsWithoutRef; type DialogCloseProps (line 473) | interface DialogCloseProps extends PrimitiveButtonProps {} function getState (line 494) | function getState(open: boolean) { constant TITLE_WARNING_NAME (line 498) | const TITLE_WARNING_NAME = 'DialogTitleWarning'; type TitleWarningProps (line 506) | type TitleWarningProps = { titleId?: string }; constant DESCRIPTION_WARNING_NAME (line 527) | const DESCRIPTION_WARNING_NAME = 'DialogDescriptionWarning'; type DescriptionWarningProps (line 529) | type DescriptionWarningProps = { FILE: packages/react/direction/src/direction.tsx type Direction (line 3) | type Direction = 'ltr' | 'rtl'; type DirectionProviderProps (line 10) | interface DirectionProviderProps { function useDirection (line 21) | function useDirection(localDir?: Direction) { FILE: packages/react/dismissable-layer/src/dismissable-layer.tsx constant DISMISSABLE_LAYER_NAME (line 12) | const DISMISSABLE_LAYER_NAME = 'DismissableLayer'; constant CONTEXT_UPDATE (line 13) | const CONTEXT_UPDATE = 'dismissableLayer.update'; constant POINTER_DOWN_OUTSIDE (line 14) | const POINTER_DOWN_OUTSIDE = 'dismissableLayer.pointerDownOutside'; constant FOCUS_OUTSIDE (line 15) | const FOCUS_OUTSIDE = 'dismissableLayer.focusOutside'; type DismissableLayerElement (line 25) | type DismissableLayerElement = React.ComponentRef; type PrimitiveDivProps (line 26) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; function usePointerDownOutside (line 221) | function usePointerDownOutside( function useFocusOutside (line 302) | function useFocusOutside( function dispatchUpdate (line 328) | function dispatchUpdate() { function handleAndDispatchCustomEvent (line 333) | function handleAndDispatchCustomEvent = P & { __scopeDropdownMenu?: Scope }; type DropdownMenuContextValue (line 28) | type DropdownMenuContextValue = { type DropdownMenuProps (line 41) | interface DropdownMenuProps { constant TRIGGER_NAME (line 93) | const TRIGGER_NAME = 'DropdownMenuTrigger'; type DropdownMenuTriggerElement (line 95) | type DropdownMenuTriggerElement = React.ComponentRef; type PrimitiveDivProps (line 19) | type PrimitiveDivProps = React.ComponentPropsWithoutRef(array: T[], item: T) { function removeLinks (line 341) | function removeLinks(items: HTMLElement[]) { FILE: packages/react/form/src/form.tsx type ScopedProps (line 11) | type ScopedProps

= P & { __scopeForm?: Scope }; constant FORM_NAME (line 18) | const FORM_NAME = 'Form'; type ValidityMap (line 20) | type ValidityMap = { [fieldName: string]: ValidityState | undefined }; type CustomMatcherEntriesMap (line 21) | type CustomMatcherEntriesMap = { [fieldName: string]: CustomMatcherEntry... type CustomErrorsMap (line 22) | type CustomErrorsMap = { [fieldName: string]: Record }; type ValidationContextValue (line 24) | type ValidationContextValue = { type MessageIdsMap (line 40) | type MessageIdsMap = { [fieldName: string]: Set }; type AriaDescriptionContextValue (line 42) | type AriaDescriptionContextValue = { type FormElement (line 50) | type FormElement = React.ComponentRef; type PrimitiveFormProps (line 51) | type PrimitiveFormProps = React.ComponentPropsWithoutRef; type PrimitiveDivProps (line 204) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type LabelProps (line 239) | type LabelProps = React.ComponentPropsWithoutRef; type FormLabelProps (line 240) | interface FormLabelProps extends LabelProps {} constant CONTROL_NAME (line 268) | const CONTROL_NAME = 'FormControl'; type FormControlElement (line 270) | type FormControlElement = React.ComponentRef; type PrimitiveInputProps (line 271) | type PrimitiveInputProps = React.ComponentPropsWithoutRef { type FormBuiltInMessageElement (line 484) | type FormBuiltInMessageElement = FormMessageImplElement; type FormBuiltInMessageProps (line 485) | interface FormBuiltInMessageProps extends FormMessageImplProps { type FormCustomMessageElement (line 510) | type FormCustomMessageElement = React.ComponentRef; type FormCustomMessageProps (line 511) | interface FormCustomMessageProps extends React.ComponentPropsWithoutRef<... type FormMessageImplElement (line 551) | type FormMessageImplElement = React.ComponentRef; type PrimitiveSpanProps (line 552) | type PrimitiveSpanProps = React.ComponentPropsWithoutRef; type PrimitiveButtonProps (line 603) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef boolean; type AsyncCustomMatcher (line 619) | type AsyncCustomMatcher = (value: string, formData: FormData) => Promise... type CustomMatcher (line 620) | type CustomMatcher = SyncCustomMatcher | AsyncCustomMatcher; type CustomMatcherEntry (line 621) | type CustomMatcherEntry = { id: string; match: CustomMatcher }; type SyncCustomMatcherEntry (line 622) | type SyncCustomMatcherEntry = { id: string; match: SyncCustomMatcher }; type AsyncCustomMatcherEntry (line 623) | type AsyncCustomMatcherEntry = { id: string; match: AsyncCustomMatcher }; type CustomMatcherArgs (line 624) | type CustomMatcherArgs = [string, FormData]; function validityStateToObject (line 626) | function validityStateToObject(validity: ValidityState) { function isHTMLElement (line 634) | function isHTMLElement(element: any): element is HTMLElement { function isFormControl (line 638) | function isFormControl(element: any): element is { validity: ValiditySta... function isInvalid (line 642) | function isInvalid(control: HTMLElement) { function getFirstInvalidControl (line 649) | function getFirstInvalidControl(form: HTMLFormElement): HTMLElement | un... function isAsyncCustomMatcherEntry (line 655) | function isAsyncCustomMatcherEntry( function isSyncCustomMatcherEntry (line 662) | function isSyncCustomMatcherEntry(entry: CustomMatcherEntry): entry is S... function returnsPromise (line 666) | function returnsPromise(func: Function, args: Array) { function hasBuiltInError (line 670) | function hasBuiltInError(validity: ValidityState) { function getValidAttribute (line 682) | function getValidAttribute(validity: ValidityState | undefined, serverIn... function getInvalidAttribute (line 686) | function getInvalidAttribute(validity: ValidityState | undefined, server... FILE: packages/react/hover-card/src/hover-card.tsx constant HOVERCARD_NAME (line 21) | const HOVERCARD_NAME = 'HoverCard'; type ScopedProps (line 23) | type ScopedProps

= P & { __scopeHoverCard?: Scope }; type HoverCardContextValue (line 29) | type HoverCardContextValue = { type HoverCardProps (line 42) | interface HoverCardProps { constant TRIGGER_NAME (line 118) | const TRIGGER_NAME = 'HoverCardTrigger'; type HoverCardTriggerElement (line 120) | type HoverCardTriggerElement = React.ComponentRef; type PrimitiveLinkProps (line 121) | type PrimitiveLinkProps = React.ComponentPropsWithoutRef; type HoverCardPortalProps (line 161) | interface HoverCardPortalProps { constant CONTENT_NAME (line 196) | const CONTENT_NAME = 'HoverCardContent'; type HoverCardContentElement (line 198) | type HoverCardContentElement = HoverCardContentImplElement; type HoverCardContentProps (line 199) | interface HoverCardContentProps extends HoverCardContentImplProps { type HoverCardContentImplElement (line 230) | type HoverCardContentImplElement = React.ComponentRef(eventHandler: () => void) { function getTabbableNodes (line 394) | function getTabbableNodes(container: HTMLElement) { FILE: packages/react/id/src/id.tsx function useId (line 8) | function useId(deterministicId?: string): string { FILE: packages/react/label/src/label.tsx constant NAME (line 8) | const NAME = 'Label'; type LabelElement (line 10) | type LabelElement = React.ComponentRef; type PrimitiveLabelProps (line 11) | type PrimitiveLabelProps = React.ComponentPropsWithoutRef = { constant SUB_CLOSE_KEYS (line 35) | const SUB_CLOSE_KEYS: Record = { constant MENU_NAME (line 44) | const MENU_NAME = 'Menu'; type ItemData (line 46) | type ItemData = { disabled: boolean; textValue: string }; type ScopedProps (line 52) | type ScopedProps

= P & { __scopeMenu?: Scope }; type MenuContextValue (line 61) | type MenuContextValue = { type MenuRootContextValue (line 70) | type MenuRootContextValue = { type MenuProps (line 79) | interface MenuProps { constant ANCHOR_NAME (line 141) | const ANCHOR_NAME = 'MenuAnchor'; type MenuAnchorElement (line 143) | type MenuAnchorElement = React.ComponentRef; type PopperAnchorProps (line 144) | type PopperAnchorProps = React.ComponentPropsWithoutRef; type MenuPortalProps (line 169) | interface MenuPortalProps { constant CONTENT_NAME (line 202) | const CONTENT_NAME = 'MenuContent'; type MenuContentContextValue (line 204) | type MenuContentContextValue = { type MenuContentElement (line 215) | type MenuContentElement = MenuRootContentTypeElement; type MenuContentProps (line 221) | interface MenuContentProps extends MenuRootContentTypeProps { type MenuRootContentTypeElement (line 254) | type MenuRootContentTypeElement = MenuContentImplElement; type MenuRootContentTypeProps (line 255) | interface MenuRootContentTypeProps type MenuContentImplElement (line 313) | type MenuContentImplElement = React.ComponentRef; type DismissableLayerProps (line 315) | type DismissableLayerProps = React.ComponentPropsWithoutRef; type PrimitiveDivProps (line 572) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type MenuLabelProps (line 591) | interface MenuLabelProps extends PrimitiveDivProps {} constant ITEM_NAME (line 606) | const ITEM_NAME = 'MenuItem'; constant ITEM_SELECT (line 607) | const ITEM_SELECT = 'menu.itemSelect'; type MenuItemElement (line 609) | type MenuItemElement = MenuItemImplElement; type MenuItemProps (line 610) | interface MenuItemProps extends Omit { type MenuItemImplElement (line 676) | type MenuItemImplElement = React.ComponentRef; type MenuItemImplProps (line 677) | interface MenuItemImplProps extends PrimitiveDivProps { constant CHECKBOX_ITEM_NAME (line 756) | const CHECKBOX_ITEM_NAME = 'MenuCheckboxItem'; type MenuCheckboxItemElement (line 758) | type MenuCheckboxItemElement = MenuItemElement; type CheckedState (line 760) | type CheckedState = boolean | 'indeterminate'; type MenuCheckboxItemProps (line 762) | interface MenuCheckboxItemProps extends MenuItemProps { constant RADIO_GROUP_NAME (line 796) | const RADIO_GROUP_NAME = 'MenuRadioGroup'; type MenuRadioGroupElement (line 803) | type MenuRadioGroupElement = React.ComponentRef; type MenuRadioGroupProps (line 804) | interface MenuRadioGroupProps extends MenuGroupProps { constant RADIO_ITEM_NAME (line 827) | const RADIO_ITEM_NAME = 'MenuRadioItem'; type MenuRadioItemElement (line 829) | type MenuRadioItemElement = React.ComponentRef; type MenuRadioItemProps (line 830) | interface MenuRadioItemProps extends MenuItemProps { constant ITEM_INDICATOR_NAME (line 864) | const ITEM_INDICATOR_NAME = 'MenuItemIndicator'; type CheckboxContextValue (line 866) | type CheckboxContextValue = { checked: CheckedState }; type MenuItemIndicatorElement (line 873) | type MenuItemIndicatorElement = React.ComponentRef; type PrimitiveSpanProps (line 874) | type PrimitiveSpanProps = React.ComponentPropsWithoutRef; type MenuSeparatorProps (line 914) | interface MenuSeparatorProps extends PrimitiveDivProps {} constant ARROW_NAME (line 936) | const ARROW_NAME = 'MenuArrow'; type MenuArrowElement (line 938) | type MenuArrowElement = React.ComponentRef; type PopperArrowProps (line 939) | type PopperArrowProps = React.ComponentPropsWithoutRef(array: T[], startIndex: number) { function getNextMatch (line 1275) | function getNextMatch(values: string[], search: string, currentMatch?: s... type Point (line 1288) | type Point = { x: number; y: number }; type Polygon (line 1289) | type Polygon = Point[]; type Side (line 1290) | type Side = 'left' | 'right'; type GraceIntent (line 1291) | type GraceIntent = { area: Polygon; side: Side }; function isPointInPolygon (line 1295) | function isPointInPolygon(point: Point, polygon: Polygon) { function isPointerInGraceArea (line 1314) | function isPointerInGraceArea(event: React.PointerEvent, area?: Polygon) { function whenMouse (line 1320) | function whenMouse(handler: React.PointerEventHandler): React.Poin... FILE: packages/react/menubar/src/menubar.tsx type Direction (line 17) | type Direction = 'ltr' | 'rtl'; constant MENUBAR_NAME (line 23) | const MENUBAR_NAME = 'Menubar'; type ItemData (line 25) | type ItemData = { value: string; disabled: boolean }; type ScopedProps (line 31) | type ScopedProps

= P & { __scopeMenubar?: Scope }; type MenubarContextValue (line 40) | type MenubarContextValue = { type MenubarElement (line 52) | type MenubarElement = React.ComponentRef; type RovingFocusGroupProps (line 53) | type RovingFocusGroupProps = React.ComponentPropsWithoutRef; type PrimitiveButtonProps (line 206) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef; type MenuGroupProps (line 408) | type MenuGroupProps = React.ComponentPropsWithoutRef; type MenuLabelProps (line 428) | type MenuLabelProps = React.ComponentPropsWithoutRef; type MenuItemProps (line 448) | type MenuItemProps = React.ComponentPropsWithoutRef; type MenuArrowProps (line 569) | type MenuArrowProps = React.ComponentPropsWithoutRef(array: T[], startIndex: number) { FILE: packages/react/navigation-menu/src/navigation-menu.tsx type Orientation (line 20) | type Orientation = 'vertical' | 'horizontal'; type Direction (line 21) | type Direction = 'ltr' | 'rtl'; constant NAVIGATION_MENU_NAME (line 27) | const NAVIGATION_MENU_NAME = 'NavigationMenu'; type ScopedProps (line 37) | type ScopedProps

= P & { __scopeNavigationMenu?: Scope }; type ContentData (line 43) | type ContentData = { type NavigationMenuContextValue (line 47) | type NavigationMenuContextValue = { type NavigationMenuElement (line 76) | type NavigationMenuElement = React.ComponentRef; type PrimitiveNavProps (line 77) | type PrimitiveNavProps = React.ComponentPropsWithoutRef; type PrimitiveDivProps (line 224) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type PrimitiveUnorderedListProps (line 364) | type PrimitiveUnorderedListProps = React.ComponentPropsWithoutRef; type PrimitiveListItemProps (line 412) | type PrimitiveListItemProps = React.ComponentPropsWithoutRef; type PrimitiveLinkProps (line 586) | type PrimitiveLinkProps = React.ComponentPropsWithoutRef; type FocusGroupProps (line 1086) | interface FocusGroupProps extends PrimitiveDivProps {} constant ARROW_KEYS (line 1105) | const ARROW_KEYS = ['ArrowRight', 'ArrowLeft', 'ArrowUp', 'ArrowDown']; constant FOCUS_GROUP_ITEM_NAME (line 1106) | const FOCUS_GROUP_ITEM_NAME = 'FocusGroupItem'; type FocusGroupItemElement (line 1108) | type FocusGroupItemElement = React.ComponentRef; type FocusGroupItemProps (line 1109) | interface FocusGroupItemProps extends PrimitiveButtonProps {} function getTabbableCandidates (line 1159) | function getTabbableCandidates(container: HTMLElement) { function focusFirst (line 1177) | function focusFirst(candidates: HTMLElement[]) { function removeFromTabOrder (line 1187) | function removeFromTabOrder(candidates: HTMLElement[]) { function useResizeObserver (line 1200) | function useResizeObserver(element: HTMLElement | null, onResize: () => ... function getOpenState (line 1225) | function getOpenState(open: boolean) { function makeTriggerId (line 1229) | function makeTriggerId(baseId: string, value: string) { function makeContentId (line 1233) | function makeContentId(baseId: string, value: string) { function whenMouse (line 1237) | function whenMouse(handler: React.PointerEventHandler): React.Poin... FILE: packages/react/one-time-password-field/src/one-time-password-field.test.tsx function getInputValues (line 84) | function getInputValues(inputs: HTMLInputElement[]) { FILE: packages/react/one-time-password-field/src/one-time-password-field.tsx type InputValidationType (line 17) | type InputValidationType = 'alpha' | 'numeric' | 'alphanumeric' | 'none'; constant INPUT_VALIDATION_MAP (line 19) | const INPUT_VALIDATION_MAP = { type RovingFocusGroupProps (line 45) | type RovingFocusGroupProps = RovingFocusGroup.RovingFocusGroupProps; type OneTimePasswordFieldContextValue (line 47) | interface OneTimePasswordFieldContextValue { constant ONE_TIME_PASSWORD_FIELD_NAME (line 67) | const ONE_TIME_PASSWORD_FIELD_NAME = 'OneTimePasswordField'; type OneTimePasswordFieldOwnProps (line 83) | interface OneTimePasswordFieldOwnProps { type ScopedProps (line 190) | type ScopedProps

= P & { __scopeOneTimePasswordField?: Scope }; type OneTimePasswordFieldProps (line 192) | interface OneTimePasswordFieldProps type OneTimePasswordFieldHiddenInputProps (line 489) | interface OneTimePasswordFieldHiddenInputProps type OneTimePasswordFieldInputProps (line 536) | interface OneTimePasswordFieldInputProps function isFormElement (line 908) | function isFormElement(element: Element | null | undefined): element is ... function removeWhitespace (line 912) | function removeWhitespace(value: string) { function focusInput (line 916) | function focusInput(element: HTMLInputElement | null | undefined) { function isInputEvent (line 929) | function isInputEvent(event: Event): event is InputEvent { type InputType (line 933) | type InputType = 'password' | 'text'; type AutoComplete (line 934) | type AutoComplete = 'off' | 'one-time-code'; type KeyboardActionDetails (line 935) | type KeyboardActionDetails = type UpdateAction (line 945) | type UpdateAction = type Dispatcher (line 955) | type Dispatcher = React.Dispatch; type InputValidation (line 956) | type InputValidation = Record< FILE: packages/react/password-toggle-field/src/password-toggle-field.test.tsx function EyeClosedIcon (line 183) | function EyeClosedIcon(props: React.SVGProps) { function EyeOpenIcon (line 202) | function EyeOpenIcon(props: React.SVGProps) { FILE: packages/react/password-toggle-field/src/password-toggle-field.tsx constant PASSWORD_TOGGLE_FIELD_NAME (line 13) | const PASSWORD_TOGGLE_FIELD_NAME = 'PasswordToggleField'; type InternalFocusState (line 19) | type InternalFocusState = { type PasswordToggleFieldContextValue (line 25) | interface PasswordToggleFieldContextValue { type ScopedProps (line 42) | type ScopedProps

= P & { __scopePasswordToggleField?: Scope }; type PasswordToggleFieldProps (line 44) | interface PasswordToggleFieldProps { constant INITIAL_FOCUS_STATE (line 52) | const INITIAL_FOCUS_STATE: InternalFocusState = { constant PASSWORD_TOGGLE_FIELD_INPUT_NAME (line 103) | const PASSWORD_TOGGLE_FIELD_INPUT_NAME = PASSWORD_TOGGLE_FIELD_NAME + 'I... type PrimitiveInputProps (line 105) | type PrimitiveInputProps = React.ComponentPropsWithoutRef<'input'>; type PasswordToggleFieldOwnProps (line 107) | interface PasswordToggleFieldOwnProps { type PasswordToggleFieldInputProps (line 111) | interface PasswordToggleFieldInputProps constant PASSWORD_TOGGLE_FIELD_TOGGLE_NAME (line 201) | const PASSWORD_TOGGLE_FIELD_TOGGLE_NAME = PASSWORD_TOGGLE_FIELD_NAME + '... type PrimitiveButtonProps (line 203) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef<'button'>; type PasswordToggleFieldToggleProps (line 205) | interface PasswordToggleFieldToggleProps extends Omit; type PasswordToggleFieldIconProps (line 410) | interface PasswordToggleFieldIconProps extends Omit = P & { __scopePopover?: Scope }; type PopoverContextValue (line 33) | type PopoverContextValue = { type PopoverProps (line 48) | interface PopoverProps { constant ANCHOR_NAME (line 101) | const ANCHOR_NAME = 'PopoverAnchor'; type PopoverAnchorElement (line 103) | type PopoverAnchorElement = React.ComponentRef; type PrimitiveButtonProps (line 132) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef; type PopoverPortalProps (line 179) | interface PopoverPortalProps { constant CONTENT_NAME (line 212) | const CONTENT_NAME = 'PopoverContent'; type PopoverContentProps (line 214) | interface PopoverContentProps extends PopoverContentTypeProps { type PopoverContentTypeElement (line 245) | type PopoverContentTypeElement = PopoverContentImplElement; type PopoverContentTypeProps (line 246) | interface PopoverContentTypeProps type PopoverContentImplElement (line 355) | type PopoverContentImplElement = React.ComponentRef; type DismissableLayerProps (line 357) | type DismissableLayerProps = React.ComponentPropsWithoutRef; type PopoverCloseProps (line 451) | interface PopoverCloseProps extends PrimitiveButtonProps {} constant ARROW_NAME (line 474) | const ARROW_NAME = 'PopoverArrow'; type PopoverArrowElement (line 476) | type PopoverArrowElement = React.ComponentRef = P & { __scopePopper?: Scope }; type PopperContextValue (line 40) | type PopperContextValue = { type PopperProps (line 46) | interface PopperProps { constant ANCHOR_NAME (line 65) | const ANCHOR_NAME = 'PopperAnchor'; type PopperAnchorElement (line 67) | type PopperAnchorElement = React.ComponentRef; type PrimitiveDivProps (line 68) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type PopperContentProps (line 118) | interface PopperContentProps extends PrimitiveDivProps { constant ARROW_NAME (line 296) | const ARROW_NAME = 'PopperArrow'; constant OPPOSITE_SIDE (line 298) | const OPPOSITE_SIDE: Record = { type PopperArrowElement (line 305) | type PopperArrowElement = React.ComponentRef; type ArrowProps (line 306) | type ArrowProps = React.ComponentPropsWithoutRef(value: T | null): value is T { method fn (line 367) | fn(data) { function getSideAndAlignFromPlacement (line 401) | function getSideAndAlignFromPlacement(placement: Placement) { FILE: packages/react/portal/src/portal.tsx constant PORTAL_NAME (line 10) | const PORTAL_NAME = 'Portal'; type PortalElement (line 12) | type PortalElement = React.ComponentRef; type PrimitiveDivProps (line 13) | type PrimitiveDivProps = React.ComponentPropsWithoutRef = { [k: string]: { [k: string]: S } }; type MachineState (line 4) | type MachineState = keyof T; type MachineEvent (line 5) | type MachineEvent = keyof UnionToIntersection; type UnionToIntersection (line 8) | type UnionToIntersection = (T extends any ? (x: T) => any : never) ex... function useStateMachine (line 12) | function useStateMachine( FILE: packages/react/primitive/src/primitive.tsx constant NODES (line 5) | const NODES = [ type Primitives (line 25) | type Primitives = { [E in (typeof NODES)[number]]: PrimitiveForwardRefCo... type PrimitivePropsWithRef (line 26) | type PrimitivePropsWithRef = React.Componen... type PrimitiveForwardRefComponent (line 30) | interface PrimitiveForwardRefComponent function dispatchDiscreteCustomEvent (line 96) | function dispatchDiscreteCustomEvent(target: E['t... FILE: packages/react/progress/src/progress.tsx constant PROGRESS_NAME (line 11) | const PROGRESS_NAME = 'Progress'; constant DEFAULT_MAX (line 12) | const DEFAULT_MAX = 100; type ScopedProps (line 14) | type ScopedProps

= P & { __scopeProgress?: Scope }; type ProgressState (line 17) | type ProgressState = 'indeterminate' | 'complete' | 'loading'; type ProgressContextValue (line 18) | type ProgressContextValue = { value: number | null; max: number }; type ProgressElement (line 22) | type ProgressElement = React.ComponentRef; type PrimitiveDivProps (line 23) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type ProgressIndicatorProps (line 81) | interface ProgressIndicatorProps extends PrimitiveDivProps {} function defaultGetValueLabel (line 103) | function defaultGetValueLabel(value: number, max: number) { function getProgressState (line 107) | function getProgressState(value: number | undefined | null, maxValue: nu... function isNumber (line 111) | function isNumber(value: any): value is number { function isValidMaxNumber (line 115) | function isValidMaxNumber(max: any): max is number { function isValidValueNumber (line 124) | function isValidValueNumber(value: any, max: number): value is number { function getInvalidMaxError (line 135) | function getInvalidMaxError(propValue: string, componentName: string) { function getInvalidValueError (line 139) | function getInvalidValueError(propValue: string, componentName: string) { FILE: packages/react/radio-group/src/radio-group.tsx constant ARROW_KEYS (line 14) | const ARROW_KEYS = ['ArrowUp', 'ArrowDown', 'ArrowLeft', 'ArrowRight']; constant RADIO_GROUP_NAME (line 19) | const RADIO_GROUP_NAME = 'RadioGroup'; type ScopedProps (line 21) | type ScopedProps

= P & { __scopeRadioGroup?: Scope }; type RadioGroupContextValue (line 29) | type RadioGroupContextValue = { type RadioGroupElement (line 40) | type RadioGroupElement = React.ComponentRef; type RovingFocusGroupProps (line 41) | type RovingFocusGroupProps = React.ComponentPropsWithoutRef; type RadioProps (line 119) | type RadioProps = React.ComponentPropsWithoutRef; type RadioGroupItemProps (line 120) | interface RadioGroupItemProps extends Omit = P & { __scopeRadio?: Scope }; type RadioContextValue (line 21) | type RadioContextValue = { checked: boolean; disabled?: boolean }; type RadioElement (line 24) | type RadioElement = React.ComponentRef; type PrimitiveButtonProps (line 25) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef; type PrimitiveSpanProps (line 105) | type PrimitiveSpanProps = React.ComponentPropsWithoutRef; type RadioBubbleInputProps (line 140) | interface RadioBubbleInputProps extends Omit { function getState (line 205) | function getState(checked: boolean) { FILE: packages/react/roving-focus/src/roving-focus-group.tsx constant ENTRY_FOCUS (line 14) | const ENTRY_FOCUS = 'rovingFocusGroup.onEntryFocus'; constant EVENT_OPTIONS (line 15) | const EVENT_OPTIONS = { bubbles: false, cancelable: true }; constant GROUP_NAME (line 21) | const GROUP_NAME = 'RovingFocusGroup'; type ItemData (line 23) | type ItemData = { id: string; focusable: boolean; active: boolean }; type ScopedProps (line 29) | type ScopedProps

= P & { __scopeRovingFocusGroup?: Scope }; type Orientation (line 35) | type Orientation = React.AriaAttributes['aria-orientation']; type Direction (line 36) | type Direction = 'ltr' | 'rtl'; type RovingFocusGroupOptions (line 38) | interface RovingFocusGroupOptions { type RovingContextValue (line 55) | type RovingContextValue = RovingFocusGroupOptions & { type RovingFocusGroupElement (line 66) | type RovingFocusGroupElement = RovingFocusGroupImplElement; type RovingFocusGroupProps (line 67) | interface RovingFocusGroupProps extends RovingFocusGroupImplProps {} type RovingFocusGroupImplElement (line 85) | type RovingFocusGroupImplElement = React.ComponentRef; type PrimitiveSpanProps (line 204) | type PrimitiveSpanProps = React.ComponentPropsWithoutRef = { function getDirectionAwareKey (line 313) | function getDirectionAwareKey(key: string, dir?: Direction) { type FocusIntent (line 318) | type FocusIntent = 'first' | 'last' | 'prev' | 'next'; function getFocusIntent (line 320) | function getFocusIntent(event: React.KeyboardEvent, orientation?: Orient... function focusFirst (line 327) | function focusFirst(candidates: HTMLElement[], preventScroll = false) { function wrapArray (line 341) | function wrapArray(array: T[], startIndex: number) { FILE: packages/react/scroll-area/src/scroll-area.tsx type Direction (line 15) | type Direction = 'ltr' | 'rtl'; type Sizes (line 16) | type Sizes = { constant SCROLL_AREA_NAME (line 30) | const SCROLL_AREA_NAME = 'ScrollArea'; type ScopedProps (line 32) | type ScopedProps

= P & { __scopeScrollArea?: Scope }; type ScrollAreaContextValue (line 35) | type ScrollAreaContextValue = { type ScrollAreaElement (line 59) | type ScrollAreaElement = React.ComponentRef; type PrimitiveDivProps (line 60) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type ScrollAreaViewportProps (line 136) | interface ScrollAreaViewportProps extends PrimitiveDivProps { constant SCROLLBAR_NAME (line 198) | const SCROLLBAR_NAME = 'ScrollAreaScrollbar'; type ScrollAreaScrollbarElement (line 200) | type ScrollAreaScrollbarElement = ScrollAreaScrollbarVisibleElement; type ScrollAreaScrollbarProps (line 201) | interface ScrollAreaScrollbarProps extends ScrollAreaScrollbarVisiblePro... type ScrollAreaScrollbarHoverElement (line 235) | type ScrollAreaScrollbarHoverElement = ScrollAreaScrollbarAutoElement; type ScrollAreaScrollbarHoverProps (line 236) | interface ScrollAreaScrollbarHoverProps extends ScrollAreaScrollbarAutoP... type ScrollAreaScrollbarScrollElement (line 280) | type ScrollAreaScrollbarScrollElement = ScrollAreaScrollbarVisibleElement; type ScrollAreaScrollbarScrollProps (line 281) | interface ScrollAreaScrollbarScrollProps extends ScrollAreaScrollbarVisi... type ScrollAreaScrollbarAutoElement (line 352) | type ScrollAreaScrollbarAutoElement = ScrollAreaScrollbarVisibleElement; type ScrollAreaScrollbarAutoProps (line 353) | interface ScrollAreaScrollbarAutoProps extends ScrollAreaScrollbarVisibl... type ScrollAreaScrollbarVisibleElement (line 389) | type ScrollAreaScrollbarVisibleElement = ScrollAreaScrollbarAxisElement; type ScrollAreaScrollbarVisibleProps (line 390) | interface ScrollAreaScrollbarVisibleProps type UncommonProps (line 410) | type UncommonProps = 'onThumbPositionChange' | 'onDragScroll' | 'onWheel... function getScrollPosition (line 421) | function getScrollPosition(pointerPos: number, dir?: Direction) { type ScrollAreaScrollbarAxisPrivateProps (line 476) | type ScrollAreaScrollbarAxisPrivateProps = { type ScrollAreaScrollbarAxisElement (line 488) | type ScrollAreaScrollbarAxisElement = ScrollAreaScrollbarImplElement; type ScrollAreaScrollbarAxisProps (line 489) | interface ScrollAreaScrollbarAxisProps type ScrollbarContext (line 608) | type ScrollbarContext = { type ScrollAreaScrollbarImplElement (line 620) | type ScrollAreaScrollbarImplElement = React.ComponentRef) { constant THUMB_NAME (line 741) | const THUMB_NAME = 'ScrollAreaThumb'; type ScrollAreaThumbElement (line 743) | type ScrollAreaThumbElement = ScrollAreaThumbImplElement; type ScrollAreaThumbProps (line 744) | interface ScrollAreaThumbProps extends ScrollAreaThumbImplProps { type ScrollAreaThumbImplElement (line 764) | type ScrollAreaThumbImplElement = React.ComponentRef; type ScrollAreaThumbImplProps (line 765) | interface ScrollAreaThumbImplProps extends PrimitiveDivProps {} constant CORNER_NAME (line 837) | const CORNER_NAME = 'ScrollAreaCorner'; type ScrollAreaCornerElement (line 839) | type ScrollAreaCornerElement = ScrollAreaCornerImplElement; type ScrollAreaCornerProps (line 840) | interface ScrollAreaCornerProps extends ScrollAreaCornerImplProps {} type ScrollAreaCornerImplElement (line 855) | type ScrollAreaCornerImplElement = React.ComponentRef void, delay: number) { function useResizeObserver (line 985) | function useResizeObserver(element: HTMLElement | null, onResize: () => ... FILE: packages/react/scroll-area/src/use-state-machine.ts type Machine (line 3) | type Machine = { [k: string]: { [k: string]: S } }; type MachineState (line 4) | type MachineState = keyof T; type MachineEvent (line 5) | type MachineEvent = keyof UnionToIntersection; type UnionToIntersection (line 8) | type UnionToIntersection = (T extends any ? (x: T) => any : never) ex... function useStateMachine (line 12) | function useStateMachine( FILE: packages/react/select/src/select.tsx type Direction (line 28) | type Direction = 'ltr' | 'rtl'; constant OPEN_KEYS (line 30) | const OPEN_KEYS = [' ', 'Enter', 'ArrowUp', 'ArrowDown']; constant SELECTION_KEYS (line 31) | const SELECTION_KEYS = [' ', 'Enter']; constant SELECT_NAME (line 37) | const SELECT_NAME = 'Select'; type ItemData (line 39) | type ItemData = { value: string; disabled: boolean; textValue: string }; type ScopedProps (line 45) | type ScopedProps

= P & { __scopeSelect?: Scope }; type SelectContextValue (line 52) | type SelectContextValue = { type NativeOption (line 72) | type NativeOption = React.ReactElement>; type SelectNativeOptionsContextValue (line 74) | type SelectNativeOptionsContextValue = { type ControlledClearableSelectProps (line 81) | interface ControlledClearableSelectProps { type ControlledUnclearableSelectProps (line 87) | interface ControlledUnclearableSelectProps { type UncontrolledSelectProps (line 93) | interface UncontrolledSelectProps { type SelectControlProps (line 102) | type SelectControlProps = type SelectSharedProps (line 107) | interface SelectSharedProps { type _FutureSelectProps (line 123) | type _FutureSelectProps = SelectSharedProps & SelectControlProps; type SelectProps (line 125) | type SelectProps = SelectSharedProps & { constant TRIGGER_NAME (line 247) | const TRIGGER_NAME = 'SelectTrigger'; type SelectTriggerElement (line 249) | type SelectTriggerElement = React.ComponentRef; type PrimitiveButtonProps (line 250) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef; type PrimitiveSpanProps (line 361) | type PrimitiveSpanProps = React.ComponentPropsWithoutRef; type SelectIconProps (line 402) | interface SelectIconProps extends PrimitiveSpanProps {} constant PORTAL_NAME (line 421) | const PORTAL_NAME = 'SelectPortal'; type PortalProps (line 423) | type PortalProps = React.ComponentPropsWithoutRef; type SelectPortalProps (line 424) | interface SelectPortalProps { constant CONTENT_NAME (line 442) | const CONTENT_NAME = 'SelectContent'; type SelectContentElement (line 444) | type SelectContentElement = SelectContentImplElement; type SelectContentProps (line 445) | interface SelectContentProps extends SelectContentImplProps {} constant CONTENT_MARGIN (line 481) | const CONTENT_MARGIN = 10; type SelectContentContextValue (line 483) | type SelectContentContextValue = { constant CONTENT_IMPL_NAME (line 505) | const CONTENT_IMPL_NAME = 'SelectContentImpl'; type SelectContentImplElement (line 507) | type SelectContentImplElement = SelectPopperPositionElement | SelectItem... type DismissableLayerProps (line 508) | type DismissableLayerProps = React.ComponentPropsWithoutRef; type SelectPopperPrivateProps (line 511) | type SelectPopperPrivateProps = { onPlaced?: PopperContentProps['onPlace... type SelectContentImplProps (line 513) | interface SelectContentImplProps constant ITEM_ALIGNED_POSITION_NAME (line 822) | const ITEM_ALIGNED_POSITION_NAME = 'SelectItemAlignedPosition'; type SelectItemAlignedPositionElement (line 824) | type SelectItemAlignedPositionElement = React.ComponentRef; type PrimitiveDivProps (line 1103) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type SelectGroupProps (line 1191) | interface SelectGroupProps extends PrimitiveDivProps {} constant LABEL_NAME (line 1211) | const LABEL_NAME = 'SelectLabel'; type SelectLabelElement (line 1213) | type SelectLabelElement = React.ComponentRef; type SelectLabelProps (line 1214) | interface SelectLabelProps extends PrimitiveDivProps {} constant ITEM_NAME (line 1230) | const ITEM_NAME = 'SelectItem'; type SelectItemContextValue (line 1232) | type SelectItemContextValue = { type SelectItemElement (line 1243) | type SelectItemElement = React.ComponentRef; type SelectItemProps (line 1244) | interface SelectItemProps extends PrimitiveDivProps { constant ITEM_TEXT_NAME (line 1362) | const ITEM_TEXT_NAME = 'SelectItemText'; type SelectItemTextElement (line 1364) | type SelectItemTextElement = React.ComponentRef; type SelectItemTextProps (line 1365) | interface SelectItemTextProps extends PrimitiveSpanProps {} constant ITEM_INDICATOR_NAME (line 1418) | const ITEM_INDICATOR_NAME = 'SelectItemIndicator'; type SelectItemIndicatorElement (line 1420) | type SelectItemIndicatorElement = React.ComponentRef; type SelectSeparatorProps (line 1597) | interface SelectSeparatorProps extends PrimitiveDivProps {} constant ARROW_NAME (line 1612) | const ARROW_NAME = 'SelectArrow'; type SelectArrowElement (line 1614) | type SelectArrowElement = React.ComponentRef; type PopperArrowProps (line 1615) | type PopperArrowProps = React.ComponentPropsWithoutRef; type SwitchBubbleInputProps (line 1639) | interface SwitchBubbleInputProps extends InputProps {} function shouldShowPlaceholder (line 1692) | function shouldShowPlaceholder(value?: string) { function useTypeaheadSearch (line 1696) | function useTypeaheadSearch(onSearchChange: (search: string) => void) { function findNextItem (line 1745) | function findNextItem( function wrapArray (line 1766) | function wrapArray(array: T[], startIndex: number) { FILE: packages/react/separator/src/separator.tsx constant NAME (line 8) | const NAME = 'Separator'; constant DEFAULT_ORIENTATION (line 9) | const DEFAULT_ORIENTATION = 'horizontal'; constant ORIENTATIONS (line 10) | const ORIENTATIONS = ['horizontal', 'vertical'] as const; type Orientation (line 12) | type Orientation = (typeof ORIENTATIONS)[number]; type SeparatorElement (line 13) | type SeparatorElement = React.ComponentRef; type PrimitiveDivProps (line 14) | type PrimitiveDivProps = React.ComponentPropsWithoutRef = { constant SLIDER_NAME (line 32) | const SLIDER_NAME = 'Slider'; type ScopedProps (line 37) | type ScopedProps

= P & { __scopeSlider?: Scope }; type SliderContextValue (line 42) | type SliderContextValue = { type SliderElement (line 56) | type SliderElement = SliderHorizontalElement | SliderVerticalElement; type SliderProps (line 57) | interface SliderProps function handleSlideStart (line 112) | function handleSlideStart(value: number) { function handleSlideMove (line 117) | function handleSlideMove(value: number) { function handleSlideEnd (line 121) | function handleSlideEnd() { function updateValues (line 128) | function updateValues(value: number, atIndex: number, { commit } = { com... type Side (line 204) | type Side = 'top' | 'right' | 'bottom' | 'left'; type SliderOrientationPrivateProps (line 218) | type SliderOrientationPrivateProps = { type SliderOrientationProps (line 229) | interface SliderOrientationProps type SliderHorizontalElement (line 233) | type SliderHorizontalElement = SliderImplElement; type SliderHorizontalProps (line 234) | interface SliderHorizontalProps extends SliderOrientationProps { function getValueFromPointer (line 258) | function getValueFromPointer(pointerPosition: number) { type SliderVerticalElement (line 312) | type SliderVerticalElement = SliderImplElement; type SliderVerticalProps (line 313) | interface SliderVerticalProps extends SliderOrientationProps {} function getValueFromPointer (line 332) | function getValueFromPointer(pointerPosition: number) { type SliderImplElement (line 385) | type SliderImplElement = React.ComponentRef; type PrimitiveDivProps (line 386) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type PrimitiveSpanProps (line 466) | type PrimitiveSpanProps = React.ComponentPropsWithoutRef; type SliderRangeProps (line 493) | interface SliderRangeProps extends PrimitiveSpanProps {} constant THUMB_NAME (line 531) | const THUMB_NAME = 'SliderThumb'; type SliderThumbElement (line 533) | type SliderThumbElement = SliderThumbImplElement; type SliderThumbProps (line 534) | interface SliderThumbProps extends Omit {} type SliderThumbImplElement (line 549) | type SliderThumbImplElement = React.ComponentRef; type SliderThumbImplProps (line 550) | interface SliderThumbImplProps extends PrimitiveSpanProps { constant BUBBLE_INPUT_NAME (line 640) | const BUBBLE_INPUT_NAME = 'RadioBubbleInput'; type InputProps (line 642) | type InputProps = React.ComponentPropsWithoutRef; type SliderBubbleInputProps (line 643) | interface SliderBubbleInputProps extends InputProps {} function getNextSortedValues (line 690) | function getNextSortedValues(prevValues: number[] = [], nextValue: numbe... function convertValueToPercentage (line 696) | function convertValueToPercentage(value: number, min: number, max: numbe... function getLabel (line 706) | function getLabel(index: number, totalValues: number) { function getClosestValueIndex (line 724) | function getClosestValueIndex(values: number[], nextValue: number) { function getThumbInBoundsOffset (line 735) | function getThumbInBoundsOffset(width: number, left: number, direction: ... function getStepsBetweenValues (line 749) | function getStepsBetweenValues(values: number[]) { function hasMinStepsBetweenValues (line 765) | function hasMinStepsBetweenValues(values: number[], minStepsBetweenValue... function linearScale (line 775) | function linearScale(input: readonly [number, number], output: readonly ... function getDecimalCount (line 783) | function getDecimalCount(value: number) { function roundValue (line 787) | function roundValue(value: number, decimalCount: number) { FILE: packages/react/slot/src/slot.test.tsx type TriggerProps (line 234) | type TriggerProps = React.ComponentProps<'button'> & { as: React.Element... FILE: packages/react/slot/src/slot.tsx type ReactElement (line 5) | interface ReactElement { constant REACT_LAZY_TYPE (line 10) | const REACT_LAZY_TYPE = Symbol.for('react.lazy'); type LazyReactElement (line 12) | interface LazyReactElement extends React.ReactElement { type Usable (line 21) | type Usable = PromiseLike | React.Context; type SlotProps (line 24) | interface SlotProps extends React.HTMLAttributes { function isPromiseLike (line 28) | function isPromiseLike(value: unknown): value is PromiseLike { function isLazyComponent (line 32) | function isLazyComponent(element: React.ReactNode): element is LazyReact... function createSlot (line 43) | function createSlot(ownerName: string) { type SlotCloneProps (line 96) | interface SlotCloneProps { function createSlotClone (line 100) | function createSlotClone(ownerName: string) { constant SLOTTABLE_IDENTIFIER (line 128) | const SLOTTABLE_IDENTIFIER = Symbol('radix.slottable'); type SlottableProps (line 130) | interface SlottableProps { type SlottableComponent (line 134) | interface SlottableComponent extends React.FC { function createSlottable (line 138) | function createSlottable(ownerName: string) { type AnyProps (line 151) | type AnyProps = Record; function isSlottable (line 153) | function isSlottable( function mergeProps (line 164) | function mergeProps(slotProps: AnyProps, childProps: AnyProps) { function getElementRef (line 203) | function getElementRef(element: React.ReactElement) { FILE: packages/react/switch/src/switch.test.tsx function Test (line 10) | function Test() { FILE: packages/react/switch/src/switch.tsx constant SWITCH_NAME (line 16) | const SWITCH_NAME = 'Switch'; type ScopedProps (line 18) | type ScopedProps

= P & { __scopeSwitch?: Scope }; type SwitchContextValue (line 21) | type SwitchContextValue = { checked: boolean; disabled?: boolean }; type SwitchElement (line 24) | type SwitchElement = React.ComponentRef; type PrimitiveButtonProps (line 25) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef; type PrimitiveSpanProps (line 113) | type PrimitiveSpanProps = React.ComponentPropsWithoutRef; type SwitchBubbleInputProps (line 140) | interface SwitchBubbleInputProps extends Omit { function getState (line 205) | function getState(checked: boolean) { FILE: packages/react/tabs/src/tabs.tsx constant TABS_NAME (line 18) | const TABS_NAME = 'Tabs'; type ScopedProps (line 20) | type ScopedProps

= P & { __scopeTabs?: Scope }; type TabsContextValue (line 26) | type TabsContextValue = { type TabsElement (line 37) | type TabsElement = React.ComponentRef; type RovingFocusGroupProps (line 38) | type RovingFocusGroupProps = React.ComponentPropsWithoutRef; type TabsListProps (line 114) | interface TabsListProps extends PrimitiveDivProps { constant TRIGGER_NAME (line 148) | const TRIGGER_NAME = 'TabsTrigger'; type TabsTriggerElement (line 150) | type TabsTriggerElement = React.ComponentRef; type PrimitiveButtonProps (line 151) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef; type TabsContentProps (line 218) | interface TabsContentProps extends PrimitiveDivProps { function makeTriggerId (line 272) | function makeTriggerId(baseId: string, value: string) { function makeContentId (line 276) | function makeContentId(baseId: string, value: string) { FILE: packages/react/toast/src/toast.tsx constant PROVIDER_NAME (line 22) | const PROVIDER_NAME = 'ToastProvider'; type SwipeDirection (line 26) | type SwipeDirection = 'up' | 'down' | 'left' | 'right'; type ToastProviderContextValue (line 27) | type ToastProviderContextValue = { type ScopedProps (line 41) | type ScopedProps

= P & { __scopeToast?: Scope }; type ToastProviderProps (line 46) | interface ToastProviderProps { constant VIEWPORT_NAME (line 119) | const VIEWPORT_NAME = 'ToastViewport'; constant VIEWPORT_DEFAULT_HOTKEY (line 120) | const VIEWPORT_DEFAULT_HOTKEY = ['F8']; constant VIEWPORT_PAUSE (line 121) | const VIEWPORT_PAUSE = 'toast.viewportPause'; constant VIEWPORT_RESUME (line 122) | const VIEWPORT_RESUME = 'toast.viewportResume'; type ToastViewportElement (line 124) | type ToastViewportElement = React.ComponentRef; type PrimitiveOrderedListProps (line 125) | type PrimitiveOrderedListProps = React.ComponentPropsWithoutRef; type VisuallyHiddenProps (line 331) | type VisuallyHiddenProps = React.ComponentPropsWithoutRef; type DismissableLayerProps (line 445) | type DismissableLayerProps = React.ComponentPropsWithoutRef; type PrimitiveDivProps (line 708) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type ToastDescriptionProps (line 727) | interface ToastDescriptionProps extends PrimitiveDivProps {} constant ACTION_NAME (line 742) | const ACTION_NAME = 'ToastAction'; type ToastActionElement (line 744) | type ToastActionElement = ToastCloseElement; type ToastActionProps (line 745) | interface ToastActionProps extends ToastCloseProps { constant CLOSE_NAME (line 780) | const CLOSE_NAME = 'ToastClose'; type ToastCloseElement (line 782) | type ToastCloseElement = React.ComponentRef; type PrimitiveButtonProps (line 783) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef {}) { function isHTMLElement (line 905) | function isHTMLElement(node: any): node is HTMLElement { function getTabbableCandidates (line 919) | function getTabbableCandidates(container: HTMLElement) { function focusFirst (line 937) | function focusFirst(candidates: HTMLElement[]) { FILE: packages/react/toggle-group/src/toggle-group.tsx constant TOGGLE_GROUP_NAME (line 16) | const TOGGLE_GROUP_NAME = 'ToggleGroup'; type ScopedProps (line 18) | type ScopedProps

= P & { __scopeToggleGroup?: Scope }; type ToggleGroupElement (line 24) | type ToggleGroupElement = ToggleGroupImplSingleElement | ToggleGroupImpl... type ToggleGroupSingleProps (line 25) | interface ToggleGroupSingleProps extends ToggleGroupImplSingleProps { type ToggleGroupMultipleProps (line 28) | interface ToggleGroupMultipleProps extends ToggleGroupImplMultipleProps { type ToggleGroupValueContextValue (line 55) | type ToggleGroupValueContextValue = { type ToggleGroupImplSingleElement (line 65) | type ToggleGroupImplSingleElement = ToggleGroupImplElement; type ToggleGroupImplSingleProps (line 66) | interface ToggleGroupImplSingleProps extends ToggleGroupImplProps { type ToggleGroupImplMultipleElement (line 113) | type ToggleGroupImplMultipleElement = ToggleGroupImplElement; type ToggleGroupImplMultipleProps (line 114) | interface ToggleGroupImplMultipleProps extends ToggleGroupImplProps { type ToggleGroupContextValue (line 176) | type ToggleGroupContextValue = { rovingFocus: boolean; disabled: boolean }; type RovingFocusGroupProps (line 181) | type RovingFocusGroupProps = React.ComponentPropsWithoutRef; type PrimitiveDivProps (line 183) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type ToggleProps (line 273) | type ToggleProps = React.ComponentPropsWithoutRef; type ToggleGroupItemImplProps (line 274) | interface ToggleGroupItemImplProps extends Omit; type PrimitiveButtonProps (line 13) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef = P & { __scopeToolbar?: Scope }; type RovingFocusGroupProps (line 28) | type RovingFocusGroupProps = React.ComponentPropsWithoutRef; type PrimitiveDivProps (line 37) | type PrimitiveDivProps = React.ComponentPropsWithoutRef; type PrimitiveButtonProps (line 106) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef; type PrimitiveLinkProps (line 130) | type PrimitiveLinkProps = React.ComponentPropsWithoutRef = P & { __scopeTooltip?: Scope }; constant PROVIDER_NAME (line 28) | const PROVIDER_NAME = 'TooltipProvider'; constant DEFAULT_DELAY_DURATION (line 29) | const DEFAULT_DELAY_DURATION = 700; constant TOOLTIP_OPEN (line 30) | const TOOLTIP_OPEN = 'tooltip.open'; type TooltipProviderContextValue (line 32) | type TooltipProviderContextValue = { type TooltipProviderProps (line 45) | interface TooltipProviderProps { constant TOOLTIP_NAME (line 116) | const TOOLTIP_NAME = 'Tooltip'; type TooltipContextValue (line 118) | type TooltipContextValue = { type TooltipProps (line 134) | interface TooltipProps { constant TRIGGER_NAME (line 261) | const TRIGGER_NAME = 'TooltipTrigger'; type TooltipTriggerElement (line 263) | type TooltipTriggerElement = React.ComponentRef; type PrimitiveButtonProps (line 264) | type PrimitiveButtonProps = React.ComponentPropsWithoutRef; type TooltipPortalProps (line 338) | interface TooltipPortalProps { constant CONTENT_NAME (line 371) | const CONTENT_NAME = 'TooltipContent'; type TooltipContentElement (line 373) | type TooltipContentElement = TooltipContentImplElement; type TooltipContentProps (line 374) | interface TooltipContentProps extends TooltipContentImplProps { type Point (line 400) | type Point = { x: number; y: number }; type Polygon (line 401) | type Polygon = Point[]; type TooltipContentHoverableElement (line 403) | type TooltipContentHoverableElement = TooltipContentImplElement; type TooltipContentHoverableProps (line 404) | interface TooltipContentHoverableProps extends TooltipContentImplProps {} type TooltipContentImplElement (line 484) | type TooltipContentImplElement = React.ComponentRef; function getExitSideFromRect (line 611) | function getExitSideFromRect(point: Point, rect: DOMRect): Side { function getPaddedExitPoints (line 631) | function getPaddedExitPoints(exitPoint: Point, exitSide: Side, padding =... function getPointsFromRect (line 662) | function getPointsFromRect(rect: DOMRect) { function isPointInPolygon (line 674) | function isPointInPolygon(point: Point, polygon: Polygon) { function getHull (line 695) | function getHull

(points: Readonly>): Array

{ function getHullPresorted (line 708) | function getHullPresorted

(points: Readonly>): ... FILE: packages/react/use-callback-ref/src/use-callback-ref.tsx function useCallbackRef (line 7) | function useCallbackRef any>(callback: T |... FILE: packages/react/use-controllable-state/src/use-controllable-state-reducer.tsx type ChangeHandler (line 4) | type ChangeHandler = (state: T) => void; type UseControllableStateParams (line 6) | interface UseControllableStateParams { type AnyAction (line 13) | interface AnyAction { constant SYNC_STATE (line 17) | const SYNC_STATE = Symbol('RADIX:SYNC_STATE'); type SyncStateAction (line 19) | interface SyncStateAction { function useControllableStateReducer (line 37) | function useControllableStateReducer( FILE: packages/react/use-controllable-state/src/use-controllable-state.test.tsx function ControlledComponent (line 88) | function ControlledComponent({ defaultChecked }: { defaultChecked?: bool... function UncontrolledComponent (line 100) | function UncontrolledComponent({ defaultChecked }: { defaultChecked?: bo... function UnstableComponent (line 104) | function UnstableComponent({ defaultChecked }: { defaultChecked?: boolea... function Checkbox (line 116) | function Checkbox(props: { FILE: packages/react/use-controllable-state/src/use-controllable-state.tsx type ChangeHandler (line 8) | type ChangeHandler = (state: T) => void; type SetStateFn (line 9) | type SetStateFn = React.Dispatch>; type UseControllableStateParams (line 11) | interface UseControllableStateParams { function useControllableState (line 18) | function useControllableState({ function useUncontrolledState (line 68) | function useUncontrolledState({ function isFunction (line 94) | function isFunction(value: unknown): value is (...args: any[]) => any { FILE: packages/react/use-effect-event/src/use-effect-event.tsx type AnyFunction (line 5) | type AnyFunction = (...args: any[]) => any; function useEffectEvent (line 15) | function useEffectEvent(callback?: T): T { FILE: packages/react/use-escape-keydown/src/use-escape-keydown.tsx function useEscapeKeydown (line 7) | function useEscapeKeydown( FILE: packages/react/use-is-hydrated/src/use-is-hydrated.tsx function useIsHydrated (line 6) | function useIsHydrated() { function subscribe (line 14) | function subscribe() { FILE: packages/react/use-previous/src/use-previous.tsx function usePrevious (line 3) | function usePrevious(value: T) { FILE: packages/react/use-rect/src/use-rect.tsx function useRect (line 10) | function useRect(measurable: Measurable | null) { FILE: packages/react/use-size/src/use-size.tsx function useSize (line 4) | function useSize(element: HTMLElement | null) { FILE: packages/react/visually-hidden/src/visually-hidden.tsx constant VISUALLY_HIDDEN_STYLES (line 8) | const VISUALLY_HIDDEN_STYLES = Object.freeze({ constant NAME (line 22) | const NAME = 'VisuallyHidden'; type VisuallyHiddenElement (line 24) | type VisuallyHiddenElement = React.ComponentRef; type PrimitiveSpanProps (line 25) | type PrimitiveSpanProps = React.ComponentPropsWithoutRef