UNPKG

lovable-tagger

Version:

Vite plugin for component tagging

6 lines (3 loc) 105 B
import { Plugin } from 'vite'; declare function componentTagger(): Plugin; export { componentTagger };