UNPKG

@gdyfe/ssml

Version:
7 lines (6 loc) 285 B
import { type IModuleConf } from '@wangeditor/editor'; import type { Break } from './custom-types'; export * from './custom-types'; export declare const _BREAK_CONFIG: Pick<Break, 'type'> & Record<string, string>; declare const _default: Partial<IModuleConf>; export default _default;