UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

6 lines 238 B
import { KsServerPlugin } from '@knapsack/app/types'; /** * This is made for the app itself to tap into the plugin lifecycle methods */ export declare const configure: () => KsServerPlugin<null>; //# sourceMappingURL=app-plugin.d.ts.map