chakra-ui-vue-next icon indicating copy to clipboard operation
chakra-ui-vue-next copied to clipboard

Core: Provide types for Plugin

Open codebender828 opened this issue 4 years ago • 0 comments

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

  1. In a new Vite project Install @chakra-ui/vue-next in stand alone package.
  2. Import the plugin and begin to provide options.
  3. Observe that plugin options are unavailable to intellisense

Screenshots

image

codebender828 avatar Apr 07 '21 16:04 codebender828