UNPKG

@mui/x-data-grid-premium

Version:

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

6 lines 264 B
import { Prompt } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.js"; type GridPromptProps = Prompt & { onRerun: () => void; }; declare function GridPrompt(props: GridPromptProps): import("react/jsx-runtime").JSX.Element; export { GridPrompt };