Skip to main content

Type Alias: LinkComponentProps

LinkComponentProps = object

Defined in: NavList/NavList.tsx:24

Indexable

[key: string]: unknown

Properties

children

children: React.ReactNode

Defined in: NavList/NavList.tsx:27


href

href: string

Defined in: NavList/NavList.tsx:25


onClick?

optional onClick?: (event) => void

Defined in: NavList/NavList.tsx:26

Parameters

ParameterType
eventReact.MouseEvent<HTMLAnchorElement>

Returns

void