打包html的内容类型

This commit is contained in:
2024-11-02 19:56:26 +08:00
parent 53b286ef99
commit 45dc0c422c
4 changed files with 87 additions and 1 deletions

3
src/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export * from 'lit-html';
export type { render, html, svg, nothing } from 'lit-html';