@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.
8 lines • 403 B
JavaScript
import { CommonTriggerDataAttributes } from "../../utils/popupStateMapping.js";
export let TooltipTriggerDataAttributes = function (TooltipTriggerDataAttributes) {
/**
* Present when the corresponding tooltip is open.
*/
TooltipTriggerDataAttributes[TooltipTriggerDataAttributes["popupOpen"] = CommonTriggerDataAttributes.popupOpen] = "popupOpen";
return TooltipTriggerDataAttributes;
}({});