UNPKG

@mui/x-data-grid-premium

Version:

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

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