UNPKG

@sandlada/mdc

Version:

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

7 lines 604 B
/** * @license * Copyright 2026 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT */ const e=`bottom-sheet-opening`,t=`bottom-sheet-opened`,n=`bottom-sheet-closing`,r=`bottom-sheet-closed`,i=`bottom-sheet-cancel`,a=`bottom-sheet-drag-start`,o=`bottom-sheet-drag`,s=`bottom-sheet-drag-end`;export{i as BOTTOM_SHEET_CANCEL_EVENT,r as BOTTOM_SHEET_CLOSED_EVENT,n as BOTTOM_SHEET_CLOSING_EVENT,s as BOTTOM_SHEET_DRAG_END_EVENT,o as BOTTOM_SHEET_DRAG_EVENT,a as BOTTOM_SHEET_DRAG_START_EVENT,t as BOTTOM_SHEET_OPENED_EVENT,e as BOTTOM_SHEET_OPENING_EVENT}; //# sourceMappingURL=bottom-sheet.interface.js.map