Interface IDividerProps

    Divider props

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

    Properties

    onDoubleClick: (() => void)

    Type declaration

      • (): void
      • Returns void

    onMove: ((x) => void)

    Type declaration

      • (x): void
      • Parameters

        • x: number

        Returns void

    Generated using TypeDoc and TypeDoc Airthium Plugin