Interface IProps

    Props

    interface IProps {
        className?: string;
        leftChild: ReactNode;
        rightChild: ReactNode;
    }

    Properties

    className?: string
    leftChild: ReactNode
    rightChild: ReactNode

    Generated using TypeDoc and TypeDoc Airthium Plugin