UNPKG

@octopusdeploy/design-system-components

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