UNPKG

@paraboly/pwc-sliding-panel

Version:

A panel that slides open from the sides of the page when you click a handle.

15 lines (10 loc) 618 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const core = require('./core-ae965e22.js'); const defineCustomElements = (win, options) => { return core.patchEsm().then(() => { core.globals(); core.bootstrapLazy([["pwc-sliding-panel.cjs",[[4,"pwc-sliding-panel",{"active":[1540],"anchor":[513]},[[0,"toggled","toggledListener"]]]]],["pwc-sliding-panel-content.cjs",[[4,"pwc-sliding-panel-content"]]],["pwc-sliding-panel-toggle.cjs",[[4,"pwc-sliding-panel-toggle",null,[[0,"click","clickListener"]]]]]], options); }); }; exports.defineCustomElements = defineCustomElements;