You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easy-markdown-editor/src/index.ts

5 lines
181 B
TypeScript

export { EasyMDE } from './easymde';
export const importToolbar = () => import('./toolbar/toolbar');
export const importDefaultToolbar = () => import('./toolbar/default-toolbar');