6 lines
228 B
TypeScript
6 lines
228 B
TypeScript
import { XmlComponent } from '../../xml-components';
|
|
import { ICommentThreadData } from './comment-run';
|
|
export declare class CommentsExtended extends XmlComponent {
|
|
constructor(threadData: readonly ICommentThreadData[]);
|
|
}
|