UNPKG

kulp-ai-tagger

Version:

Vite plugin for tagging React components

4 lines (3 loc) 173 B
declare function findProjectRoot(startPath?: string): string; declare function shouldTagElement(elementName: string): boolean; export { findProjectRoot, shouldTagElement };