UNPKG
kulp-ai-tagger
Version:
latest (1.0.0)
1.0.0
Vite plugin for tagging React components
kulp-ai-tagger
/
dist
/
componentTaggerPlugin.d.ts
11 lines
(10 loc)
•
294 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
function
componentTagger
(
): {
name
:
string
;
enforce
:
"pre"
;
transform
(
code
:
string
,
id
:
string
):
Promise
<{
code
:
string
;
map
:
import
(
"magic-string"
).
SourceMap
; } |
null
>;
buildStart
():
Promise
<
void
>;
configureServer
(
server
:
any
):
void
; };