bigbluebutton-tablet/react-native/app/contexts/portals/context.ts
2022-02-24 16:08:12 -03:00

2 lines
95 B
TypeScript

import React, { createContext } from 'react'
export const PortalContext = createContext(false);