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