gantt-source_management
Version:
Gantt, Schedule,
12 lines • 344 B
TypeScript
/**
* ImagePDF plugin
*
* @header --gstc--header--
*/
import type { Vido } from '../gstc';
export declare const pluginName = "ExportImage";
export declare const pluginPath: string;
export interface Options {
}
export declare function Plugin(options?: Options): (vidoInstance: Vido) => () => void;
//# sourceMappingURL=export-image.d.ts.map