check
Code copied to clipboard.
close
menu
menu_open
menu

LkTabLinkProps

Describes props for the Tab Link component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

interface LkTabLinkProps extends React.HTMLAttributes<HTMLDivElement> {

 selected?: boolean;

 fontClass?: LkFontClass;

 indicatorClass?: string;

 children?: React.ReactElement<HTMLDivElement>;

}

Related Components

Components that use this type.

No items found.

Related Types

Types with similar roles.