import type { ElementPosition } from './position.interface.js';

export type PositionMethod = () => ElementPosition;