UNPKG

native-fn

Version:
6 lines (5 loc) 253 B
import type { NativePlugin } from "../../types"; import type { ClipboardInstance } from "./types"; export * from "./types"; declare const NativeClipboardPlugin: NativePlugin<'Clipboard', ClipboardInstance, {}, {}>; export default NativeClipboardPlugin;