deno.land / x / netzo@0.5.16 / components / client-only.tsx

client-only.tsx
نووسراو ببینە
1
2
3
4
5
6
7
import { IS_BROWSER } from "$fresh/runtime.ts";import type { ComponentChildren } from "preact";
export const ClientOnly = ({ children }: { children: ComponentChildren }) => { return IS_BROWSER ? children : null;};
netzo

Version Info

Tagged at
3 weeks ago