UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

4 lines 236 B
import { KsServerPlugin } from '@knapsack/app/types'; import { KsCloudConfig } from '@knapsack/core/src/cloud'; export declare const configure: (config: KsCloudConfig) => KsServerPlugin<null>; //# sourceMappingURL=server-plugin.d.ts.map