type alias BrowserNavBlockPropsimport { type BrowserNavBlockProps } from "https://deno.land/x/fathym_atomic@v0.0.175/src/atoms/BrowserNavBlock.tsx"; definition: { message: string; shouldBlock: (event: BeforeUnloadEvent) => boolean; } & JSX.HTMLAttributes<HTMLInputElement>