仪表盘
版本库
文件存储
活动
搜索
登录
main
/
portal-bootstrap2
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
product css update
tj
2025-05-07
bf95e4d3b3e96e9f6ac87a572bcbd223de50e637
[portal-bootstrap2.git]
/
src
/
types
/
pdfjs-worker.d.ts
1
2
3
4
5
declare module 'pdfjs-dist/build/pdf.worker.entry' {
const workerSrc: string;
export default workerSrc;
}