Skip to main content
Version: Next

LinkProps

Home > @backstage/canon > LinkProps

Signature:

export interface LinkProps extends useRender.ComponentProps<'a'> 

Extends: useRender.ComponentProps<'a'>

Properties

Property

Modifiers

Type

Description

children

ReactNode

className?

string

(Optional)

style?

CSSProperties

(Optional)

to?

string

(Optional)

variant?

'subtitle' | 'body' | 'caption' | 'label' | Partial<Record<Breakpoint, 'subtitle' | 'body' | 'caption' | 'label'>>

(Optional)

weight?

'regular' | 'bold' | Partial<Record<Breakpoint, 'regular' | 'bold'>>

(Optional)