UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

6 lines (5 loc) 140 B
export declare function useClipboard(): { value: string; onCopy: (copiedValue: string) => Promise<void>; hasCopied: boolean; };