UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

4 lines 241 B
export declare function isClipboardReadSupported(): boolean; export declare function tryClipboardSet(value: string): Promise<boolean>; export declare function tryClipboardGet(): Promise<string | null>; //# sourceMappingURL=clipboard.d.ts.map