Function Editable

  • NOTE: Exotic components are not callable.

    Parameters

    • props: {
          cursorEnd?: boolean;
          disabled?: boolean;
          onCancel?: any;
          onChange?: any;
          selectOnFocus?: boolean;
      } & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>

    Returns ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc