UNPKG

@octopusdeploy/design-system-components

Version:
14 lines (13 loc) 436 B
import type * as React from "react"; interface LegacyDataTableFooterRowProps { className?: string; children?: React.ReactNode; } /** * @deprecated * Deprecated: 28/05/2026 * Replacement: SimpleDataTable * Reason: This component is deprecated and will be removed in a future release. */ export declare function LegacyDataTableFooterRow({ className, children }: LegacyDataTableFooterRowProps): React.ReactElement; export {};