UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

10 lines (9 loc) 221 B
import { default as config } from './config'; export interface ITinymceProps { id?: string; config?: keyof typeof config; width?: string; height?: string; modelValue?: string; httpRequest?: any; }