UNPKG

@htsoft/aiza-react-auction

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