AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 reveal.js
zoom.d.ts
根目录
/
dist
/
plugin
/
zoom.d.ts
1
import { RevealPlugin } from 'reveal.js';
2
export interface ZoomPlugin extends RevealPlugin {
3
id: 'zoom';
4
}
5
declare const Zoom: () => ZoomPlugin;
6
export default Zoom;
7
7 lines
TYPESCRIPT