TableHeadRow.d.ts 356 B

123456
  1. /// <reference types="react" />
  2. declare const HeadRow: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
  3. dense?: boolean | undefined;
  4. disabled?: boolean | undefined;
  5. }>>;
  6. export default HeadRow;