import { IRPlotSpec, PlotAuthoringInput } from '@retikz/plot'; import { VanillaEmbedSpec } from '@retikz/vanilla'; import { PlotEmbedProps } from './types'; /** 从 plain authoring input 创建 schema-valid PlotSpec */ export declare const plot: (input: PlotAuthoringInput) => IRPlotSpec; /** 构造可由 Plot Vanilla adapter 消费的标准 embed spec */ export declare const embedPlot: (id: string, spec: IRPlotSpec) => VanillaEmbedSpec; //# sourceMappingURL=helpers.d.ts.map