Interface IProps

    Props

    interface IProps {
        edit?: boolean;
        inputAutoComplete?: string;
        inputPlaceholder?: string;
        label?: string;
        labelCol?: {};
        name?: string;
        required?: boolean;
        style?: {};
        wrapperCol?: {};
    }

    Properties

    edit?: boolean
    inputAutoComplete?: string
    inputPlaceholder?: string
    label?: string
    labelCol?: {}

    Type declaration

      name?: string
      required?: boolean
      style?: {}

      Type declaration

        wrapperCol?: {}

        Type declaration

          Generated using TypeDoc and TypeDoc Airthium Plugin