vite-plugin-react-cursor-pointer
v1.2.0
Published
vite plugin for react cursor pointer
Maintainers
Readme
vite-plugin-react-cursor-pointer
this is an quick increase cursor pointer result vite puligin
example
// will be transform to
// if you have TS , you need increase statement (this is a react example):
declare module 'react' { interface HTMLAttributes extends DOMAttributes { __cursorPointer?: boolean } }
