UNPKG

@octopusdeploy/design-system-components

Version:
11 lines (10 loc) 498 B
import type * as React from "react"; type LegacyDataTableFooterColumnProps = React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>; /** * @deprecated * Deprecated: 28/05/2026 * Replacement: SimpleDataTable * Reason: This component is deprecated and will be removed in a future release. */ export declare function LegacyDataTableFooterColumn({ className, children, ...otherProps }: LegacyDataTableFooterColumnProps): React.ReactElement; export {};