UNPKG

kompendium

Version:

Documentation generator for Stencil components

6 lines (5 loc) 244 B
export * from './components'; import '@stencil/router'; export * from './types'; import { KompendiumConfig } from './types'; export declare const kompendium: (config?: Partial<KompendiumConfig>) => ((docs: any) => Promise<void>) | (() => any);