mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: Reexport TableCellProps type
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
683ac4efcc
commit
b1365f88bb
@ -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