UNPKG

@htsoft/aiza-react-auction

Version:
6 lines (5 loc) 229 B
import { ReactNode } from "react"; export declare const ProvideTransactionContext: ({ children, afterActionCallback, }: { children: ReactNode; afterActionCallback?: ((action: any) => void) | undefined; }) => JSX.Element;