makelabs
Version:
Component tagging toolkit for visual editing
12 lines (9 loc) • 392 B
TypeScript
export { C as ComponentStats, M as MakeLabsConfig } from './types-CDDFq5rF.js';
declare function findProjectRoot(startPath?: string): string;
declare function shouldTagElement(elementName: string, config?: {
excludeElements?: string[];
excludeThreeFiber?: boolean;
excludeDrei?: boolean;
customExcludes?: string[];
}): boolean;
export { findProjectRoot, shouldTagElement };