UNPKG

@gdyfe/ssml

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