kwikid-components-react
Version:
KwikID's Component Library in React
8 lines (7 loc) • 397 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KWIKUI_TOOLTIP_VARIANT_OPTIONS = exports.KWIKUI_TOOLTIP_POSITION_OPTIONS = void 0;
const KWIKUI_TOOLTIP_VARIANT_OPTIONS = exports.KWIKUI_TOOLTIP_VARIANT_OPTIONS = ["fullscreen", "contained"];
const KWIKUI_TOOLTIP_POSITION_OPTIONS = exports.KWIKUI_TOOLTIP_POSITION_OPTIONS = ["bottom", "top", "left", "right"];