useRouter
Create a router instance.
import { useRouter } from "narraleaf-react";
const router = useRouter();
Definition
function useRouter(defaultId?: string): Router;
For more information about the router instance, please check Router.
Create a router instance.
import { useRouter } from "narraleaf-react";
const router = useRouter();
function useRouter(defaultId?: string): Router;
For more information about the router instance, please check Router.