@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
6 lines • 362 B
text/typescript
import type { Conversation } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.mjs";
type GridAiAssistantPanelConversationProps = {
conversation: Conversation;
};
declare function GridAiAssistantPanelConversation(props: GridAiAssistantPanelConversationProps): import("react/jsx-runtime").JSX.Element;
export { GridAiAssistantPanelConversation };