@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
7 lines • 371 B
TypeScript
import * as React from 'react';
import { PromptSuggestion } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.js";
type GridAiAssistantPanelSuggestionsProps = {
suggestions: PromptSuggestion[];
};
declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps): React.JSX.Element;
export { GridAiAssistantPanelSuggestions };