@renderlesskit/react
Version:
Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit
26 lines (25 loc) • 1.99 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.USE_TOOLTIP_STATE_KEYS = exports.TOOLTIP_TRIGGER_KEYS = exports.TOOLTIP_STATE_KEYS = exports.TOOLTIP_REFERENCE_KEYS = exports.TOOLTIP_KEYS = exports.TOOLTIP_CONTENT_KEYS = exports.TOOLTIP_ARROW_KEYS = exports.TOOLTIP_ARROW_CONTENT_KEYS = exports.TOOLTIP_ANCHOR_KEYS = void 0;
// Automatically generated
var USE_TOOLTIP_STATE_KEYS = ["baseId", "visible", "side", "align", "sideOffset", "alignOffset", "arrowOffset", "collisionTolerance", "defaultVisible", "onVisibleChange", "enableCollisionsDetection", "unstable_timeout"];
exports.USE_TOOLTIP_STATE_KEYS = USE_TOOLTIP_STATE_KEYS;
var TOOLTIP_STATE_KEYS = ["baseId", "visible", "side", "align", "sideOffset", "alignOffset", "arrowOffset", "collisionTolerance", "unstable_idCountRef", "disclosureRef", "popperStyles", "arrowStyles", "placedSide", "placedAlign", "anchor", "popper", "arrow", "setBaseId", "show", "hide", "toggle", "setVisible", "setSide", "setAlign", "setSideOffset", "setAlignOffset", "setArrowOffset", "setCollisionTolerance", "setAnchor", "setPopper", "setArrow", "unstable_timeout", "unstable_setTimeout"];
exports.TOOLTIP_STATE_KEYS = TOOLTIP_STATE_KEYS;
var TOOLTIP_KEYS = [].concat(TOOLTIP_STATE_KEYS, ["unstable_portal"]);
exports.TOOLTIP_KEYS = TOOLTIP_KEYS;
var TOOLTIP_ANCHOR_KEYS = TOOLTIP_STATE_KEYS;
exports.TOOLTIP_ANCHOR_KEYS = TOOLTIP_ANCHOR_KEYS;
var TOOLTIP_ARROW_KEYS = TOOLTIP_ANCHOR_KEYS;
exports.TOOLTIP_ARROW_KEYS = TOOLTIP_ARROW_KEYS;
var TOOLTIP_ARROW_CONTENT_KEYS = TOOLTIP_ARROW_KEYS;
exports.TOOLTIP_ARROW_CONTENT_KEYS = TOOLTIP_ARROW_CONTENT_KEYS;
var TOOLTIP_CONTENT_KEYS = TOOLTIP_ARROW_CONTENT_KEYS;
exports.TOOLTIP_CONTENT_KEYS = TOOLTIP_CONTENT_KEYS;
var TOOLTIP_REFERENCE_KEYS = TOOLTIP_CONTENT_KEYS;
exports.TOOLTIP_REFERENCE_KEYS = TOOLTIP_REFERENCE_KEYS;
var TOOLTIP_TRIGGER_KEYS = TOOLTIP_REFERENCE_KEYS;
exports.TOOLTIP_TRIGGER_KEYS = TOOLTIP_TRIGGER_KEYS;
//# sourceMappingURL=__keys.js.map