UNPKG

@wangeditor-next/editor

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