• Parameters

    • props: {
          children?: ReactNode;
          classes?: Partial<TableRowClasses>;
          hover?: boolean;
          selected?: boolean;
          sx?: SxProps<Theme>;
      } & CommonProps & Omit<Pick<DetailedHTMLProps<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "key" | keyof HTMLAttributes<HTMLTableRowElement>> & {
          ref?: null | ((instance: null | HTMLTableRowElement) => void) | RefObject<HTMLTableRowElement>;
      }, "children" | "sx" | "selected" | keyof CommonProps | "hover"> & MUIStyledCommonProps<Theme>
    • Optional context: any

    Returns null | ReactElement<any, any>

Generated using TypeDoc