UNPKG

native-fn

Version:
12 lines (11 loc) 266 B
export * from "./fullscreen"; import type { FullscreenInstance } from "./fullscreen"; declare module 'native-fn' { interface NativePlugins { Fullscreen: FullscreenInstance; } interface NativeConstants { } interface NativeErrors { } }