UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

7 lines 363 B
/** * @license * Copyright 2026 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT */ const e=`tooltip-box-showing`,t=`tooltip-box-shown`,n=`tooltip-box-hiding`,r=`tooltip-box-hidden`;export{r as TOOLTIP_BOX_HIDDEN_EVENT,n as TOOLTIP_BOX_HIDING_EVENT,e as TOOLTIP_BOX_SHOWING_EVENT,t as TOOLTIP_BOX_SHOWN_EVENT}; //# sourceMappingURL=tooltip-box.interface.js.map