UNPKG

pptx-automizer-mp70

Version:
10 lines (9 loc) 403 B
import { TargetByRelIdMapParam, TrackedRelation, TrackedRelationTag } from '../types/types'; export declare const TargetByRelIdMap: { chart: TargetByRelIdMapParam; chartEx: TargetByRelIdMapParam; image: TargetByRelIdMapParam; 'image:svg': TargetByRelIdMapParam; }; export declare const imagesTrack: () => TrackedRelation[]; export declare const contentTrack: () => TrackedRelationTag[];