UNPKG

@sandlada/mdc

Version:

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

7 lines 327 B
/** * @license * Copyright 2026 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT */ const e=`tooltip-showing`,t=`tooltip-shown`,n=`tooltip-hiding`,r=`tooltip-hidden`;export{r as TOOLTIP_HIDDEN_EVENT,n as TOOLTIP_HIDING_EVENT,e as TOOLTIP_SHOWING_EVENT,t as TOOLTIP_SHOWN_EVENT}; //# sourceMappingURL=tooltip.interface.js.map