Skip to content

Commit 979d8fe

Browse files
authored
chore: use import type syntax
1 parent c1025f0 commit 979d8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bootstrap-vue-3/src/types/TextColorVariant.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {BaseColorVariant} from '.'
1+
import type {BaseColorVariant} from '.'
22

33
/**
44
* @external

0 commit comments

Comments
 (0)