UNPKG

@mui/x-data-grid-premium

Version:

The Premium plan edition of the MUI X Data Grid Components.

7 lines 280 B
import * as React from 'react'; import type { Prompt } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.mjs"; type GridPromptProps = Prompt & { onRerun: () => void; }; declare function GridPrompt(props: GridPromptProps): React.JSX.Element; export { GridPrompt };