Skip to main content

Type alias: LinkProps

Ƭ LinkProps: Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "href"> & RouterPushOptions & { Component?: React.ForwardRefRenderFunction<HTMLAnchorElement, LinkComponentProps> ; activeClassName?: string ; activeStyle?: React.CSSProperties ; exact?: boolean ; href: string | Location ; prefetch?: boolean ; replace?: boolean ; scroll?: boolean ; strict?: boolean ; isActive?: (location: Location) => boolean }

Defined in

onekijs/packages/onekijs-framework/src/types/router.ts:24