1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update comment

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-02-23 13:11:31 -05:00
parent bde02d99d1
commit 9d9a314ae5

View File

@ -54,7 +54,7 @@ export interface TabProps<D> extends DOMAttributes<HTMLElement> {
className?: string;
active?: boolean;
disabled?: boolean;
icon?: React.ReactNode | string; // material-ui name or custom icon
icon?: React.ReactNode | string; // material-io name or custom icon
label?: React.ReactNode;
value: D;
}