mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Merge b1365f88bb into f1a960fd78
This commit is contained in:
commit
5dfcc4b197
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user