textareaRef.current?.focus()}
>
{composer ? (
{fieldShell}
{showComposerMeta ? (
{metaLeft}
{metaRight}
{status}
) : null}
) : (
<>
{fieldShell}
{showStackedFooter ? (
{metaLeft}
{footerRight}
) : null}
>
)}
)
})
/** @deprecated Use Input */
export type ShellInputProps = InputProps
/** @deprecated Use Input */
export const ShellInput = React.forwardRef