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