import type { Vector2, Vector3 } from './vector';

export type Anchor = string | Vector2 | Vector3;

export type STDAnchor = Vector2;
