Type Alias ElPositionOpts

ElPositionOpts: {
    anchor?: CardinalDirection | "center";
    relative?: boolean;
    target?: PointSpaces;
}