UNPKG

@engie-group/fluid-design-system-react

Version:

Fluid Design System React

5 lines (4 loc) 475 B
import React from 'react'; import type { NJChatInputProps } from '../root/NJChatInputRoot'; export type NJChatInputInputProps = React.ComponentPropsWithoutRef<'textarea'> & Omit<NJChatInputProps, 'helperText'>; export declare const NJChatInputInput: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref"> & Omit<NJChatInputProps, "helperText"> & React.RefAttributes<HTMLTextAreaElement>>;