Type alias LinkProps

LinkProps: {
    to: string;
    children?: ReactNode;
} & DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>

Type declaration

  • to: string
  • Optional children?: ReactNode

Generated using TypeDoc