UNPKG

@phenixrts/sdk

Version:
12 lines (11 loc) 316 B
import IDocument from './IDocument'; import ILocation from './ILocation'; import INavigator from './INavigator'; import IWindow from './IWindow'; interface IProvidedGlobalScope { document: IDocument; location: ILocation; navigator: INavigator; window: IWindow; } export default IProvidedGlobalScope;