UNPKG

@gdyfe/ssml

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