mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 21:19:43 -08:00
430a8781e8
* 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 * refactor: replace global Vue references in design-system * refactor: update prop types * feat: improve types * fix: further type improvements * fix: further types improvements * fix: further type improvements * test: fix test snapshots * test: fix snapshot * chore: fix linting issues * test: fix personalization modal snapshot
5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
declare module 'markdown-it-task-lists' {
|
|
import type { PluginSimple } from 'markdown-it';
|
|
export default plugin as PluginSimple<{}>;
|
|
}
|