Interface IDividerProps

    Divider props

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

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin