1
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
declare function copy(text: string, config?: {
|
||||
format?: 'text/plain' | 'text/html';
|
||||
}): Promise<boolean>;
|
||||
export default copy;
|
||||
Reference in New Issue
Block a user