NarraLeaf

OffsetPosition

The pixel offset applied on top of a position: `xoffset` and `yoffset`.

type OffsetPosition = {
    xoffset: number;
    yoffset: number;
};