Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Sep 17, 2024
1 parent 3882f33 commit 12ab313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/ext/settings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import {PointerType} from './text-scanner';
import type {PointerType} from './text-scanner';
import type * as Input from './input';

export type OptionsContextFlag = 'clipboard';
Expand Down

0 comments on commit 12ab313

Please sign in to comment.