update packages and add valign
This commit is contained in:
12
scripts/reveal.js/plugin/zoom/index.ts
Normal file
12
scripts/reveal.js/plugin/zoom/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { RevealPlugin } from 'reveal.js';
|
||||
|
||||
// @ts-expect-error The runtime implementation remains in JS during the migration.
|
||||
import ZoomImplementation from './plugin.js';
|
||||
|
||||
export interface ZoomPlugin extends RevealPlugin {
|
||||
id: 'zoom';
|
||||
}
|
||||
|
||||
const Zoom = ZoomImplementation as () => ZoomPlugin;
|
||||
|
||||
export default Zoom;
|
||||
Reference in New Issue
Block a user