fix: Link copied to clipboard takes dark mode styles (#2218)
Upgrade copy-to-clipboard closes #2207
This commit is contained in:
4
flow-typed/npm/copy-to-clipboard_v3.x.x.js
vendored
4
flow-typed/npm/copy-to-clipboard_v3.x.x.js
vendored
@ -1,10 +1,12 @@
|
||||
// flow-typed signature: 350413ab85bd03f3d1450c0ae307d106
|
||||
// flow-typed version: c6154227d1/copy-to-clipboard_v3.x.x/flow_>=v0.104.x
|
||||
|
||||
declare module 'copy-to-clipboard' {
|
||||
// @flow
|
||||
declare module "copy-to-clipboard" {
|
||||
declare export type Options = {|
|
||||
debug?: boolean,
|
||||
message?: string,
|
||||
format?: "text/plain" | "text/html",
|
||||
|};
|
||||
|
||||
declare module.exports: (text: string, options?: Options) => boolean;
|
||||
|
Reference in New Issue
Block a user