interface NotDraggingStyle {
    transform?: string;
    transition?: "none";
}

Properties

transform?: string
transition