Files
n8n-enterprise-unlocked/packages/frontend/@n8n/design-system/src/components/N8nCallout/index.ts
2025-06-24 13:01:23 +02:00

4 lines
116 B
TypeScript

import N8nCallout from './Callout.vue';
export type { CalloutTheme } from '../../types';
export default N8nCallout;