Merge branch 'next' into feat/example

pull/317/head
Lucas Nogueira 2 years ago
commit 980d9d4284
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -31,7 +31,7 @@ interface Clip<K, T> {
options: T options: T
} }
type ClipResponse = Clip<'Text', string> type ClipResponse = Clip<'PlainText', string>
/** /**
* Writes plain text to the clipboard. * Writes plain text to the clipboard.

Loading…
Cancel
Save