Files
n8n-enterprise-unlocked/packages/design-system/src/main.ts
Alex Grozav 5651a52364 feat: Replace new Vue() with custom event bus (no-changelog) (#5780)
* refactor: replace new Vue() with custom event bus (no-changelog)

* fix: export types from design system main

* fix: update component types

* fix: update form inputs event bus
2023-04-06 16:32:45 +03:00

7 lines
192 B
TypeScript

import * as locale from './locale';
import designSystemComponents from './plugins/n8nComponents';
export * from './types';
export * from './utils';
export { locale, designSystemComponents };