UNPKG

@capacitor/clipboard

Version:

The Clipboard API enables copy and pasting to/from the system clipboard.

5 lines (4 loc) 149 B
import type { ClipboardPlugin } from './definitions'; declare const Clipboard: ClipboardPlugin; export * from './definitions'; export { Clipboard };