UNPKG

329 BTypeScriptView Raw
1import Document from './Document';
2import Element from './Element';
3export default class StopElement extends Element {
4 type: string;
5 readonly offset: number;
6 readonly color: string;
7 constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
8}
9//# sourceMappingURL=StopElement.d.ts.map
\No newline at end of file