UNPKG

@rist/preset-react

Version:
11 lines (10 loc) 466 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BootstrapComponentGen = void 0; const abstract_bootstrap_component_gen_1 = require("../../framework/abstract/abstract.bootstrap.component.gen"); class BootstrapComponentGen extends abstract_bootstrap_component_gen_1.AbstractBootstrapComponentGen { load(params) { this.action.handle(params).then(r => { }); } } exports.BootstrapComponentGen = BootstrapComponentGen;