UNPKG

@mui/x-data-grid-premium

Version:

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

4 lines 211 B
import * as React from 'react'; export type SidebarProps = React.HTMLAttributes<HTMLDivElement>; declare function Sidebar(props: SidebarProps): import("react/jsx-runtime").JSX.Element | null; export { Sidebar };