UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

14 lines (11 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configure = void 0; const configure = config => { return { id: 'ks-cloud' }; }; exports.configure = configure;