@paraboly/pwc-sliding-panel
Version:
A panel that slides open from the sides of the page when you click a handle.
8 lines (7 loc) • 479 B
JavaScript
import { a as patchEsm, b as bootstrapLazy } from './core-95ed22b2.js';
var defineCustomElements = function (win, options) {
return patchEsm().then(function () {
bootstrapLazy([["pwc-sliding-panel_3", [[4, "pwc-sliding-panel", { "active": [1540], "anchor": [513] }, [[0, "toggled", "toggledListener"]]], [4, "pwc-sliding-panel-content"], [4, "pwc-sliding-panel-toggle", null, [[0, "click", "clickListener"]]]]]], options);
});
};
export { defineCustomElements };