mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 00:34:37 +00:00
generic quartz component for layout
This commit is contained in:
@ -26,7 +26,7 @@ export type EmitCallback = (data: EmitOptions) => Promise<string>
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user