Type alias Position

Position: TransitionBase & {
    left: number;
    top: number;
}

Generated using TypeDoc