Spaces:
Sleeping
Sleeping
File size: 373 Bytes
04f98c3 |
1 2 3 4 5 6 7 8 9 10 |
import Document from './Document';
import Element from './Element';
export default class FontFaceElement extends Element {
type: string;
readonly ascent: number;
readonly descent: number;
readonly unitsPerEm: number;
constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
}
//# sourceMappingURL=FontFaceElement.d.ts.map |