UNPKG

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