| 63 | export type PositionCallback = (position: Point) => void; |
| 64 | |
| 65 | export class Anchor implements ScaledEntity { |
| 66 | constructor(config: AnchorConfig); |
| 67 | onResize(event: EntityResizeEvent): void; |
| 68 | } |
nothing calls this directly
no outgoing calls
no test coverage detected