UNPKG

@arwes/sounds

Version:

Futuristic Sci-Fi UI Web Framework

8 lines (7 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BleepsContext = void 0; var react_1 = require("react"); var BleepsContext = react_1.createContext(undefined); exports.BleepsContext = BleepsContext; BleepsContext.displayName = 'BleepsContext';