UNPKG

@mui/x-data-grid-premium

Version:

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

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