import * as LitHtml from '../../lit-html/lit-html.js'; /** * Provides a hook to get a callback when a LitHtml node is rendered into the DOM: * @example * * ``` *
...)}>
* ```
*/
declare class NodeRenderedCallback extends LitHtml.Directive.Directive {
constructor(partInfo: LitHtml.Directive.PartInfo);
update(part: LitHtml.Directive.ElementPart, [callback]: LitHtml.Directive.DirectiveParameters