Skip to content

Plugin

Presentation plugin installed on mount.

interface Plugin {
name: string
setup(ctx: PluginContext): void | (() => void)
}