/* ! * (c) Copyright 2023 Palantir Technologies Inc. All rights reserved. */ import { forwardRef } from "react"; import { DISPLAYNAME_PREFIX } from "../../common"; import { useAsyncControllableValue } from "../../hooks/useAsyncControllableValue"; export type AsyncControllableTextAreaProps = React.TextareaHTMLAttributes; /** * A wrapper around the low-level