export interface IAnchorMixin { buildAnchors(): void; redraw(): void; }