/** * 对应 CT_RElt */ import { IRPrElt } from './IRPrElt'; /** * CT_RElt */ export interface IRElt { rPr?: IRPrElt; t: string; }