UNPKG

@octopusdeploy/design-system-components

Version:
9 lines (8 loc) 343 B
import type * as React from "react"; interface LegacyDataTableRowHeaderColumnProps { className?: string; inSidebar?: boolean; children?: React.ReactNode; } export declare function LegacyDataTableRowHeaderColumn({ className, inSidebar, children, ...otherProps }: LegacyDataTableRowHeaderColumnProps): React.ReactElement; export {};