Skip to content

Commit cd9cdb2

Browse files
author
Matteo Rigon
committed
chore(grid): augment vue namespace
1 parent e9552ca commit cd9cdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/src/types/grid.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export type GridDefinitionLiteral =
8080
export type GridDefinition = GridDefinitionLiteral | GridDefinitionCustomObject
8181

8282

83-
declare module '@vue/runtime-core' {
83+
declare module 'vue' {
8484
interface ComponentCustomProperties {
8585
$grid: Readonly<Record<keyof Custom, boolean> & BaseObject<Custom>>
8686
}

0 commit comments

Comments
 (0)