gather-content-ui
Version:
GatherContent UI Library
15 lines • 618 B
TypeScript
import { ConversationHeader } from "./ConversationHeader";
import { ConversationFooter } from "./ConversationFooter";
import { ConversationBody } from "./ConversationBody";
declare function Conversation({ className, children, isOpen, isFocussed, ...rest }: any): import("react/jsx-runtime").JSX.Element;
declare namespace Conversation {
var defaultProps: {
className: string;
isFocussed: boolean;
};
var Header: typeof ConversationHeader;
var Footer: typeof ConversationFooter;
var Body: typeof ConversationBody;
}
export { Conversation };
//# sourceMappingURL=Conversation.d.ts.map