UNPKG
@dyad-sh/react-vite-component-tagger
Version:
latest (0.8.0)
0.8.0
0.0.1-alpha.2
0.0.1-alpha.1
0.0.1-alpha.0
A Vite plugin that automatically adds data attributes to your React components.
@dyad-sh/react-vite-component-tagger
/
dist
/
index.d.cts
9 lines
(6 loc)
•
151 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Plugin
}
from
'vite'
;
/** * Returns a Vite / esbuild plug-in. */
declare
function
dyadTagger
(
):
Plugin
;
export
{ dyadTagger
as
default
};