weasel API - v0.8.0
    Preparing search index...

    Interface UseClipboardOpsReturn

    Return shape of useClipboardOps: imperative copy, paste, and isEmpty functions.

    interface UseClipboardOpsReturn {
        copy(): void;
        isEmpty(): boolean;
        paste(): void;
    }
    Index

    Methods