UNPKG

@gdyfe/ssml

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