UNPKG

@wangeditor-next/editor

Version:
11 lines (10 loc) 253 B
/** * @description image width 50% * @author wangfupeng */ import ImageWidthBaseClass from './WidthBase'; declare class ImageWidth50 extends ImageWidthBaseClass { readonly title = "50%"; readonly value = "50%"; } export default ImageWidth50;