chakra-ui-vue-next
chakra-ui-vue-next copied to clipboard
Core: Provide types for Plugin
Bug report
Describe the bug
Currently the Chakra UI Plugin does not provide types for the plugin options. So VSCode intellisense cannot determine what to do with the plugin options.
To reproduce
- In a new Vite project Install
@chakra-ui/vue-nextin stand alone package. - Import the plugin and begin to provide options.
- Observe that plugin options are unavailable to intellisense
Screenshots
