@taze-editor/taze-plugin-basic-marks
Version:
Basic marks plugin for Taze Editor (includes bold, italic, underline etc.)
13 lines • 442 B
TypeScript
/**
* @file Automatically generated by barrelsby.
*/
export * from './createBasicMarks';
export * from './createBoldPlugin';
export * from './createCodePlugin';
export * from './createItalicPlugin';
export * from './createStrikethroughPlugin';
export * from './createSubscriptPlugin';
export * from './createSuperscriptPlugin';
export * from './createUnderlinePlugin';
export * from './components/index';
//# sourceMappingURL=index.d.ts.map