Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
build: component types
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender828 committed Feb 27, 2023
1 parent 2e91292 commit 9e22544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions @types/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Typescript support for @chakra-ui/vue-next2.1.0-beta.3 auto-imported
* Typescript support for @chakra-ui/vue-next2.1.0-beta.4 auto-imported
* components using `unplugin-vue-components,`
*
* @see: https://github.com/antfu/unplugin-vue-components/#typescript
*
* This is a generated file. Do not edit it's contents.
*
* This file was generated on 2023-02-26T20:07:20.175Z
* This file was generated on 2023-02-27T05:00:10.823Z
*/

import { ChakraProps, chakra } from "@chakra-ui/vue-system"
Expand Down
4 changes: 2 additions & 2 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Typescript support for @chakra-ui/vue-next2.1.0-beta.3 auto-imported
* Typescript support for @chakra-ui/vue-next2.1.0-beta.4 auto-imported
* components using `unplugin-vue-components,`
*
* @see: https://github.com/antfu/unplugin-vue-components/#typescript
*
* This is a generated file. Do not edit it's contents.
*
* This file was generated on 2023-02-26T20:07:20.175Z
* This file was generated on 2023-02-27T05:00:10.823Z
*/

import { ChakraProps, chakra } from "@chakra-ui/vue-system"
Expand Down

0 comments on commit 9e22544

Please sign in to comment.