ImageExportResult
type ImageExportResult = [(runtimeOptions?) => Promise<string>, ImageExportState];
The [exportImage, state] tuple returned by useImageExport: the
export trigger plus the current ImageExportState.
type ImageExportResult = [(runtimeOptions?) => Promise<string>, ImageExportState];
The [exportImage, state] tuple returned by useImageExport: the
export trigger plus the current ImageExportState.