Interface IProps

    interface IProps {
        disabled?: boolean;
        project: Project;
        swr: Swr;
    }

    Properties

    Properties

    disabled?: boolean
    project: Project
    swr: Swr

    Generated using TypeDoc and TypeDoc Airthium Plugin