editor.js/types/tools/index.d.ts

8 lines
216 B
TypeScript
Raw Normal View History

export * from './block-tool';
export * from './block-tool-data';
export * from './inline-tool';
export * from './tool';
export * from './tool-config';
export * from './tool-settings';
export * from './paste-events';