Current copied: {{ content || 'none' }}
Your browser does not support Clipboard API
``` ## Type Declarations ```ts export interface UseClipboardItemsOptions< Source, > extends ConfigurableNavigator { /** * Enabled reading for clipboard * * @default false */ read?: boolean /** * Copy source */ source?: Source /** * Milliseconds to reset state of `copied` ref * * @default 1500 */ copiedDuring?: number } export interface UseClipboardItemsReturn