UNPKG

native-fn

Version:
6 lines (5 loc) 258 B
import type { NativePlugin } from "../../types"; import type { FullscreenInstance } from "./types"; export * from "./types"; declare const NativeFullscreenPlugin: NativePlugin<'Fullscreen', FullscreenInstance, {}, {}>; export default NativeFullscreenPlugin;