import type { ElementPosition } from './elementPosition.interface';

export type PositionMethod = () => ElementPosition;