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.

11 lines (10 loc) 264 B
export declare enum MenuCheckboxItemDataAttributes { /** * Present when the menu checkbox item is checked. */ checked = "data-checked", /** * Present when the menu checkbox item is not checked. */ unchecked = "data-unchecked" }