UNPKG

@tb-app/web-view-api

Version:
7 lines (6 loc) 111 B
/** * 获取剪贴板数据 */ export default function getClipboard(): Promise<{ text: string; }>;