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

asset-context.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
import { createContext } from "react";
/** * @type {React.Context<undefined | Map<string, string>>} */const AssetContext = createContext(undefined);
export default AssetContext;
ultra

Version Info

Tagged at
8 months ago