import type { Vector2, Vector3 } from './vector';
export type Size = number | Vector2 | Vector3;
export type STDSize = Vector3;
