UNPKG

@base-ui-components/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

30 lines 1.43 kB
export declare const none: "none"; export declare const triggerPress: "trigger-press"; export declare const triggerHover: "trigger-hover"; export declare const triggerFocus: "trigger-focus"; export declare const outsidePress: "outside-press"; export declare const itemPress: "item-press"; export declare const closePress: "close-press"; export declare const linkPress: "link-press"; export declare const clearPress: "clear-press"; export declare const chipRemovePress: "chip-remove-press"; export declare const trackPress: "track-press"; export declare const incrementPress: "increment-press"; export declare const decrementPress: "decrement-press"; export declare const inputChange: "input-change"; export declare const inputClear: "input-clear"; export declare const inputBlur: "input-blur"; export declare const inputPaste: "input-paste"; export declare const focusOut: "focus-out"; export declare const escapeKey: "escape-key"; export declare const listNavigation: "list-navigation"; export declare const keyboard: "keyboard"; export declare const pointer: "pointer"; export declare const drag: "drag"; export declare const wheel: "wheel"; export declare const scrub: "scrub"; export declare const cancelOpen: "cancel-open"; export declare const siblingOpen: "sibling-open"; export declare const disabled: "disabled"; export declare const imperativeAction: "imperative-action"; export declare const windowResize: "window-resize";