SimpleTextareaGenericProps: {
    label?: string;
    value: string | undefined;
    onChange: (value: string | undefined) => void;
}

Type declaration

  • Optionallabel?: string
  • value: string | undefined
  • onChange: (value: string | undefined) => void