mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat: Upgrade storybook to 9.1.6 (no-changelog) (#19550)
This commit is contained in:
7
packages/frontend/editor-ui/src/shims.d.ts
vendored
7
packages/frontend/editor-ui/src/shims.d.ts
vendored
@@ -5,6 +5,7 @@ import type { VNode, ComponentPublicInstance } from 'vue';
|
||||
import type { PartialDeep } from 'type-fest';
|
||||
import type { ExternalHooks } from '@/types/externalHooks';
|
||||
import type { FrontendSettings } from '@n8n/api-types';
|
||||
import type { Plugin as PrettierPlugin } from 'prettier';
|
||||
|
||||
export {};
|
||||
|
||||
@@ -39,3 +40,9 @@ declare global {
|
||||
findLast(predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any): T;
|
||||
}
|
||||
}
|
||||
|
||||
declare module 'prettier/plugins/estree' {
|
||||
const plugin: PrettierPlugin;
|
||||
export = plugin;
|
||||
export default plugin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user