UNPKG
kulp-ai-tagger
Version:
latest (1.0.0)
1.0.0
Vite plugin for tagging React components
kulp-ai-tagger
/
dist
/
util.d.ts
4 lines
(3 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
declare
function
findProjectRoot
(
startPath
?:
string
):
string
;
declare
function
shouldTagElement
(
elementName
:
string
):
boolean
;
export
{ findProjectRoot, shouldTagElement };