Skip to content

Commit 0d84969

Browse files
committed
docs(isLink): fix jsdoc
1 parent 26dd34f commit 0d84969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bootstrap-vue-3/src/utils/isLink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type {RouteLocationRaw} from 'vue-router'
22

33
/**
4-
* @param props
4+
* @param {{href?: string; to?: RouteLocationRaw}} props
55
* @returns
66
*/
77
export default (props: {href?: string; to?: RouteLocationRaw}): boolean =>

0 commit comments

Comments
 (0)