Tanatloc documentation
    Preparing search index...

    Divider props

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

    Properties

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