import { IPSTextEditor } from './ipstext-editor'; /** * * 继承父接口类型值[TEXTAREA,MOBTEXTAREA,TEXTAREA_10] * @export * @interface IPSTextArea */ export type IPSTextArea = IPSTextEditor; //# sourceMappingURL=ipstext-area.d.ts.map