Table.d.ts 329 B

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