UNPKG

@audira/carbon-react-native

Version:

Build React Native apps with component and shared patterns using Carbon

12 lines (11 loc) 293 B
"use strict"; import { createContext } from 'react'; export const ToastContext = /*#__PURE__*/createContext({ show() { throw new Error('Uninitialized ToastProvider'); }, dismiss() { throw new Error('Uninitialized ToastProvider'); } }); //# sourceMappingURL=ToastContext.js.map