Divider props

interface IDividerProps {
    onDoubleClick: () => void;
    onMove: (x: number) => void;
}

Properties

onDoubleClick: () => void
onMove: (x: number) => void