Jacky Zhao
2023-06-08 59109a8c1d505f516d50d6b7f88cfe070bc1ca84
quartz/plugins/types.ts
@@ -26,7 +26,7 @@
export abstract class QuartzEmitterPlugin {
  abstract name: string
  abstract emit(cfg: GlobalConfiguration, content: ProcessedContent[], resources: StaticResources, emitCallback: EmitCallback): Promise<string[]>
  abstract getQuartzComponents(): QuartzComponent<any>[]
  abstract getQuartzComponents(): QuartzComponent[]
}
export interface PluginTypes {