UNPKG

@htsoft/aiza-react-auction

Version:
4 lines (3 loc) 196 B
/// <reference types="react" /> import type { AuctionHouseHooksContextType } from "../types"; export declare const AuctionHouseHooksContext: import("react").Context<AuctionHouseHooksContextType>;