mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
refactor(editor): Fix remaining FE type check errors (no-changelog) (#9607)
Co-authored-by: Alex Grozav <alex@grozav.com>
This commit is contained in:
13
packages/design-system/src/shims-vue.d.ts
vendored
13
packages/design-system/src/shims-vue.d.ts
vendored
@@ -1,4 +1,11 @@
|
||||
declare module '*.vue' {
|
||||
import Vue from 'vue';
|
||||
export default Vue;
|
||||
export {};
|
||||
|
||||
/**
|
||||
* @docs https://vuejs.org/guide/typescript/options-api.html#augmenting-global-properties
|
||||
*/
|
||||
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProperties {
|
||||
$style: Record<string, string>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user