Type alias LinkProps

LinkProps: PropsWithChildren<{
    to: string;
}>

Type declaration

  • to: string

Generated using TypeDoc