@octopusdeploy/design-system-components
Version:
The design systems component library.
11 lines (10 loc) • 498 B
TypeScript
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 {};