We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EVENTS
1 parent 8616cf9 commit fd789f0Copy full SHA for fd789f0
src/util/events.ts
@@ -1,5 +1,5 @@
1
import { name as pluginID } from '../../package.json'
2
-import { Variant } from '../variants'
+import type { Variant } from '../variants'
3
import { Subscribable } from './subscribable'
4
5
export class PluginEvent<EventData = void> extends Subscribable<EventData> {
0 commit comments