n8n/packages/design-system/src/directives/index.ts
Csaba Tuncsik 44e5fb9b06
fix(editor): Replace v-html with custom directive to sanitize html (#10804)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-09-18 09:49:41 +03:00

3 lines
84 B
TypeScript

export { n8nTruncate } from './n8n-truncate';
export { n8nHtml } from './n8n-html';