@gdyfe/ssml
Version:
7 lines (6 loc) • 297 B
TypeScript
import { type IModuleConf } from '@wangeditor/editor';
import type { Paragraph } from './custom-types';
export * from './custom-types';
export declare const _PARAGRAPH_CONFIG: Pick<Paragraph, 'type'> & Record<string, string>;
declare const _default: Partial<IModuleConf>;
export default _default;