first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
9
node_modules/canvg/lib/Document/StopElement.d.ts
generated
vendored
Normal file
9
node_modules/canvg/lib/Document/StopElement.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import Document from './Document';
|
||||
import Element from './Element';
|
||||
export default class StopElement extends Element {
|
||||
type: string;
|
||||
readonly offset: number;
|
||||
readonly color: string;
|
||||
constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
|
||||
}
|
||||
//# sourceMappingURL=StopElement.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue