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

Commit 7e057a7

Browse files
committed
refactor: reset and removed untracked files
1 parent 6c3e25f commit 7e057a7

File tree

118 files changed

+18
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+18
-12
lines changed

@types/components.d.ts

100644100755
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* Typescript support for @chakra-ui/vue-next2.1.0-beta.6 auto-imported
2+
* Typescript support for @chakra-ui/vue-next2.1.0-beta.7 auto-imported
33
* components using `unplugin-vue-components,`
44
*
55
* @see: https://github.com/antfu/unplugin-vue-components/#typescript
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-03-14T07:13:33.703Z
9+
* This file was generated on 2023-03-17T15:48:58.710Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"
@@ -180,6 +180,11 @@ declare module "@vue/runtime-core" {
180180
CThead: typeof import("@chakra-ui/vue-next")["CThead"]
181181
CThemeProvider: typeof import("@chakra-ui/vue-next")["CThemeProvider"]
182182
CToastContainer: typeof import("@chakra-ui/vue-next")["CToastContainer"]
183+
CTooltip: typeof import("@chakra-ui/vue-next")["CTooltip"]
184+
CTooltipArrow: typeof import("@chakra-ui/vue-next")["CTooltipArrow"]
185+
CTooltipContent: typeof import("@chakra-ui/vue-next")["CTooltipContent"]
186+
CTooltipPositioner: typeof import("@chakra-ui/vue-next")["CTooltipPositioner"]
187+
CTooltipTrigger: typeof import("@chakra-ui/vue-next")["CTooltipTrigger"]
183188
CTr: typeof import("@chakra-ui/vue-next")["CTr"]
184189
CUnorderedList: typeof import("@chakra-ui/vue-next")["CUnorderedList"]
185190
CVStack: typeof import("@chakra-ui/vue-next")["CVStack"]

@types/cypress-shims.d.ts

100644100755
File mode changed.

@types/env.d.ts

100644100755
File mode changed.

@types/index.d.ts

100644100755
File mode changed.

@types/vue-shims.d.ts

100644100755
File mode changed.

CODE_OF_CONDUCT.md

100644100755
File mode changed.

CONTRIBUTING.md

100644100755
File mode changed.

README.md

100644100755
File mode changed.

_templates/generator/component/README.md.ejs.t

100644100755
File mode changed.

_templates/generator/component/component.tsx.ejs.t

100644100755
File mode changed.

0 commit comments

Comments
 (0)