@htsoft/aiza-react-auction
Version:
ReactJS components for NFT auctions
10 lines (9 loc) • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransactionActionContext = void 0;
const react_1 = require("react");
exports.TransactionActionContext = (0, react_1.createContext)({
afterActionCallback: (_action) => { },
currentAction: null,
setCurrentAction: (_action) => { },
});