UNPKG

@knapsack/app

Version:

Build Design Systems with Knapsack

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