UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

17 lines (14 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configure = void 0; /** * This is made for the app itself to tap into the plugin lifecycle methods */ const configure = () => { return { id: 'ks-app' }; }; exports.configure = configure;