UNPKG

@sandlada/mdc

Version:

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

7 lines 387 B
/** * @license * Copyright 2026 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT */ const e=`snackbar-opening`,t=`snackbar-opened`,n=`snackbar-closing`,r=`snackbar-closed`,i=`snackbar-action`;export{i as SNACKBAR_ACTION_EVENT,r as SNACKBAR_CLOSED_EVENT,n as SNACKBAR_CLOSING_EVENT,t as SNACKBAR_OPENED_EVENT,e as SNACKBAR_OPENING_EVENT}; //# sourceMappingURL=snackbar.interface.js.map