Buckets:
| /** | |
| * @license | |
| * Copyright 2020 Google LLC | |
| * SPDX-License-Identifier: BSD-3-Clause | |
| */ | |
| import { noChange } from '../lit-html.js'; | |
| import { Directive, PartInfo } from '../directive.js'; | |
| declare class TemplateContentDirective extends Directive { | |
| private _previousTemplate?; | |
| constructor(partInfo: PartInfo); | |
| render(template: HTMLTemplateElement): DocumentFragment | typeof noChange; | |
| } | |
| /** | |
| * Renders the content of a template element as HTML. | |
| * | |
| * Note, the template should be developer controlled and not user controlled. | |
| * Rendering a user-controlled template with this directive | |
| * could lead to cross-site-scripting vulnerabilities. | |
| */ | |
| export declare const templateContent: (template: HTMLTemplateElement) => import("../directive.js").DirectiveResult<typeof TemplateContentDirective>; | |
| /** | |
| * The type of the class that powers this directive. Necessary for naming the | |
| * directive's return type. | |
| */ | |
| export type { TemplateContentDirective }; | |
| //# sourceMappingURL=template-content.d.ts.map |
Xet Storage Details
- Size:
- 1.01 kB
- Xet hash:
- 1f3a9613aedc02283a4a9e962c04768e0b5c50bb7145fd9464f8a69f4f873db6
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.