1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
This commit is contained in:
Sebastian Malton 2023-08-09 16:01:58 +00:00 committed by GitHub
commit 5dfcc4b197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ import type { TableCellProps } from "@k8slens/list-layout";
export type TableCellElem = React.ReactElement<TableCellProps>; export type TableCellElem = React.ReactElement<TableCellProps>;
export type { TableCellProps };
export class TableCell extends React.Component<TableCellProps> { export class TableCell extends React.Component<TableCellProps> {
constructor(props: TableCellProps) { constructor(props: TableCellProps) {
super(props); super(props);