@paraboly/pwc-simple-card
Version:
Plug & Play Simple Card View for Web by Paraboly via StencilJS
11 lines (8 loc) • 379 B
JavaScript
import { a as patchEsm, g as globals, b as bootstrapLazy } from './core-39213ae4.js';
const defineCustomElements = (win, options) => {
return patchEsm().then(() => {
globals();
bootstrapLazy([["pwc-simple-card",[[0,"pwc-simple-card",{"source":[8],"cardTitle":[1,"card-title"],"cardDetails":[1,"card-details"]}]]]], options);
});
};
export { defineCustomElements };