Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow / index / LinkProps

Interface: LinkProps

Defined in: flow/src/components.ts:20

Props for Link: the target href plus SPA-navigation and active-state flags.

Indexable

[key: string]: unknown

Properties

href

href: string

Defined in: flow/src/components.ts:21


hover?

optional hover?: boolean

Defined in: flow/src/components.ts:22


current?

optional current?: boolean

Defined in: flow/src/components.ts:23


exact?

optional exact?: boolean

Defined in: flow/src/components.ts:24