mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-24 04:59:13 +00:00
* 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
7 lines
192 B
TypeScript
7 lines
192 B
TypeScript
import * as locale from './locale';
|
|
import designSystemComponents from './plugins/n8nComponents';
|
|
|
|
export * from './types';
|
|
export * from './utils';
|
|
export { locale, designSystemComponents };
|