UNPKG

@morjs/runtime-web

Version:
10 lines (9 loc) 192 B
declare const _default: { setClipboard({ text }: { text?: string; }): Promise<unknown>; getClipboard(): Promise<{ text: string; }>; }; export default _default;