UNPKG

@wangeditor-next/editor

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