Skip to content

Commit 8f95816

Browse files
authored
fix: vue-cheetah-grid types (#438)
1 parent 0644571 commit 8f95816

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/vue-cheetah-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cheetah-grid",
3-
"version": "1.16.0",
3+
"version": "1.16.1",
44
"description": "Cheetah Grid for Vue.js",
55
"main": "lib/index.js",
66
"unpkg": "dist/vueCheetahGrid.js",

packages/vue-cheetah-grid/scripts/vue3-types.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ ${componentName}: ${componentName};
5050
}
5151
fs.writeFileSync(typePath, `${`
5252
import { VNodeProps, AllowedComponentProps, ComponentCustomProps } from "@vue/runtime-core";
53+
export * as cheetahGrid from 'cheetah-grid'
5354
// type VueInstance = ComponentPublicInstance
5455
5556
/* @see https://unpkg.com/browse/quasar@2.7.3/dist/types/ts-helpers.d.ts */

0 commit comments

Comments
 (0)