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