We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9552ca commit cd9cdb2Copy full SHA for cd9cdb2
packages/lib/src/types/grid.ts
@@ -80,7 +80,7 @@ export type GridDefinitionLiteral =
80
export type GridDefinition = GridDefinitionLiteral | GridDefinitionCustomObject
81
82
83
-declare module '@vue/runtime-core' {
+declare module 'vue' {
84
interface ComponentCustomProperties {
85
$grid: Readonly<Record<keyof Custom, boolean> & BaseObject<Custom>>
86
}
0 commit comments