chore: suit eslint rules
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import copy from 'clipboard-copy';
|
||||
export default function copyInputValue(element: HTMLInputElement) {
|
||||
|
||||
export default function copyInputValue(element: HTMLInputElement): void {
|
||||
copy(element.value);
|
||||
};
|
||||
|
Reference in New Issue
Block a user