UNPKG

@kiyasov/noty

Version:
9 lines (6 loc) 161 B
import React from "react"; export const notyInterface = null; export const NotyContext = React.createContext({ notyInterface, changeContext: () => {}, });