stream-chat-react
Version:
React components to create chat conversations or livestream style chat
6 lines • 391 B
TypeScript
import { type DragAndDropContainerProps } from '../DragAndDrop/DragAndDropContainer';
export type TextInputFieldSetProps = DragAndDropContainerProps & {
label?: string;
};
export declare const TextInputFieldSet: ({ children, className, draggable, label, onSetNewOrder, }: TextInputFieldSetProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=TextInputFieldSet.d.ts.map