editor.js/types/api/index.d.ts
George Berezhnoy b223d63c59
Revert "Release: 2.19 (#1341)" (#1363)
This reverts commit 78775703c9.
2020-10-13 00:03:00 +03:00

15 lines
380 B
TypeScript

export * from './blocks';
export * from './events';
export * from './listeners';
export * from './sanitizer';
export * from './saver';
export * from './selection';
export * from './styles';
export * from './caret';
export * from './toolbar';
export * from './notifier';
export * from './tooltip';
export * from './inline-toolbar';
export * from './block';
export * from './i18n';