deno.land / x / ultra@v2.3.8 / hooks / island-context.js

island-context.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
import { createContext } from "react";
/** * @type {React.Context<((Component: React.ComponentType & { url: string }, props: any) => number) | undefined>} */const IslandContext = createContext(() => {});
export default IslandContext;
ultra

Version Info

Tagged at
8 months ago