UNPKG

236 BTypeScriptView Raw
1import type { ScanDir, Component } from './types';
2export declare function scanComponents(dirs: ScanDir[], srcDir: string): Promise<Component[]>;
3export declare function matcher(tags: string[], components: Component[]): Component[];