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