AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 presentation-ai
pptxgenjs-bundle.d.ts
根目录
/
src
/
types
/
pptxgenjs-bundle.d.ts
1
declare module "pptxgenjs/dist/pptxgen.bundle.js" {
2
import PptxGenJS from "pptxgenjs";
3
4
export default PptxGenJS;
5
}
6
6 lines
TYPESCRIPT