You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
365 B
5 lines
365 B
import type { Options } from './types.js'; |
|
export declare function inspectAttribute([key, value]: [unknown, unknown], options: Options): string; |
|
export declare function inspectHTMLCollection(collection: ArrayLike<Element>, options: Options): string; |
|
export default function inspectHTML(element: Element, options: Options): string; |
|
//# sourceMappingURL=html.d.ts.map
|