first commit

This commit is contained in:
becarta
2025-05-16 00:17:42 +02:00
parent ea5c866137
commit bacf566ec9
6020 changed files with 1715262 additions and 0 deletions

31
node_modules/lit/development/index.all.d.ts generated vendored Normal file
View File

@@ -0,0 +1,31 @@
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
export * from './index.js';
export * from './async-directive.js';
export * from './directive-helpers.js';
export * from './directive.js';
export * from './directives/async-append.js';
export * from './directives/async-replace.js';
export * from './directives/cache.js';
export * from './directives/choose.js';
export * from './directives/class-map.js';
export * from './directives/guard.js';
export * from './directives/if-defined.js';
export * from './directives/join.js';
export * from './directives/keyed.js';
export * from './directives/live.js';
export * from './directives/map.js';
export * from './directives/range.js';
export * from './directives/ref.js';
export * from './directives/repeat.js';
export * from './directives/style-map.js';
export * from './directives/template-content.js';
export * from './directives/unsafe-html.js';
export * from './directives/unsafe-svg.js';
export * from './directives/until.js';
export * from './directives/when.js';
export { html as staticHtml, literal, svg as staticSvg, unsafeStatic, withStatic, } from './static-html.js';
//# sourceMappingURL=index.all.d.ts.map