/** * Represents the `ITourAnchorElementProps` interface. * * @public */ export interface ITourAnchorElementProps { tourId: string; anchorId: string; } //# sourceMappingURL=ITourAnchorElementProps.d.ts.map