5.0.7 • Published 2 years ago

@types/react-copy-to-clipboard v5.0.7

Weekly downloads
128,162
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/react-copy-to-clipboard

Summary

This package contains type definitions for react-copy-to-clipboard (https://github.com/nkbt/react-copy-to-clipboard).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-copy-to-clipboard.

index.d.ts

// Type definitions for react-copy-to-clipboard 5.0
// Project: https://github.com/nkbt/react-copy-to-clipboard
// Definitions by: Meno Abels <https://github.com/mabels>
//                 Bernabe <https://github.com/BernabeFelix>
//                 Ward Delabastita <https://github.com/wdlb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as React from 'react';

export as namespace CopyToClipboard;

declare class CopyToClipboard extends React.PureComponent<CopyToClipboard.Props> {}

declare namespace CopyToClipboard {
    class CopyToClipboard extends React.PureComponent<Props> {}

    interface Options {
        debug?: boolean | undefined;
        message?: string | undefined;
        format?: string | undefined; // MIME type
    }

    interface Props {
        children?: React.ReactNode;
        text: string;
        onCopy?(text: string, result: boolean): void;
        options?: Options | undefined;
    }
}

export = CopyToClipboard;

Additional Details

  • Last updated: Fri, 15 Oct 2021 19:01:23 GMT
  • Dependencies: @types/react
  • Global values: CopyToClipboard

Credits

These definitions were written by Meno Abels, Bernabe, and Ward Delabastita.

@shareid-ai/desktop@shareid-ai/sdk-mobile-desktop@dterekhova/componentsdt-ai-worksdesign-frameworkbugreplay-videoplayermdn-ui-componentscmt-navigatorprogram_leader_portal_py@shareid/authenticate_desktop@shareid/onboarding_desktop@knapsack/app-ui@everything-registry/sub-chunk-954mo-react-uisynos-helenawx-api-docsxingfan-componentstelen-cmskepler.gl-forked-ismakutlsubcurrentubidy-ui-kit-tsumi-doc@anynines/a9s-design-system@admin-layout/ant-design-pro@admin-layout/ant-ui@admin-layout/components@akropolis-web/components@almishev_nurbol/ui@carto/kepler.gl@ccdao/components@activity-maker/component-devtools@9188/doso@devtools-ui/copy-to-clipboardwasmkit-explorer@hundred5/candidate-app@infinitebrahmanuniverse/nolb-_types_re@newcoin-foundation/iosdk@newstackdev/iosdk@enftr/cabinets@mjcloud/platform-types@iotabots/components@jkol36/design-system-deprecated@jorsek/static-portal-components@kepler.gl/components@moosty/lisk-explorer@ranchuanjiang/umi4-msxf-web-template@polkadot/ui-identicon@polkadot/ui-app@sovryn/react-wallet@seayona/antd-stone@sentrei/uimo-react-ui-testmicro-page-reactop-walletseedsource-uiprometheus-react-uipod-space-folderpolkadot-identicon-react-nativequadratec-configuratorskel-secure-adminreact-walletgloo-jaeger-ui@white-matrix/world3-ai-auth-sdk@uhaider15/components@uhaider15/rakuten@ubidy_admin/ubidy-uikit@ubidy_devs/ubidy-uikit@vibexyz/copy-to-clipboard@vibexyz/crop-dialog@vibexyz/uikit@vibexyz/vibe-checkbox@vsmi/api-docs@victoriabernard92/docs-theme@yizhou-library/core@zalastax/nolb-_types_re@substrate/ui-components@target-ai/tuiattic-chatbot-previewcf-gatsby-themecf-gatsby-theme-newchat-nextpyautoml-uibonclayoutdictcelementalsweb-quadratec-configuratorecl-builderfanz-componentsflowx-faas-sdkflowengine-ui-comfocus-profrontend-utils-coregatsby-theme-cloudflare-docs
5.0.6

2 years ago

5.0.5

2 years ago

5.0.7

2 years ago

5.0.4

3 years ago

5.0.3

3 years ago

5.0.2

4 years ago

5.0.1

4 years ago

5.0.0

5 years ago

4.3.0

6 years ago

4.2.6

7 years ago

4.2.5

7 years ago

4.2.4

7 years ago

4.2.3

8 years ago

4.2.2

8 years ago

4.2.1

8 years ago

4.2.0

8 years ago