@equinor/eds-data-grid-react
Version:
A feature-rich data-grid written in React, implementing the Equinor Design System
19 lines (18 loc) • 1.36 kB
TypeScript
import { ColumnPinningPosition } from '@tanstack/react-table';
export declare const TableCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<(Omit<{
variant?: import("@equinor/eds-core-react/dist/types/components/Table/Table.types").Variants;
color?: import("@equinor/eds-core-react/dist/types/components/Table/Table.types").Colors;
sort?: React.AriaAttributes["aria-sort"];
} & import("react").TdHTMLAttributes<HTMLTableCellElement> & import("react").RefAttributes<HTMLTableCellElement>, "ref"> & {
ref?: import("react").Ref<HTMLTableCellElement>;
}) | (Omit<{
variant?: import("@equinor/eds-core-react/dist/types/components/Table/Table.types").Variants;
color?: import("@equinor/eds-core-react/dist/types/components/Table/Table.types").Colors;
sort?: React.AriaAttributes["aria-sort"];
} & import("react").ThHTMLAttributes<HTMLTableCellElement> & import("react").RefAttributes<HTMLTableCellElement>, "ref"> & {
ref?: import("react").Ref<HTMLTableCellElement>;
}), {
$sticky: boolean;
$pinned: ColumnPinningPosition;
$offset: number;
}>> & string & Omit<import("react").ForwardRefExoticComponent<import("@equinor/eds-core-react").CellProps & import("react").RefAttributes<HTMLTableCellElement>>, keyof import("react").Component<any, {}, any>>;