Skip to content

Commit 9ec2fc5

Browse files
committed
Add type descs
1 parent b2a068c commit 9ec2fc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/JsonView.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script>
2-
/** @type {*} */
2+
/** @type {*} - object or array to display */
33
export let json
4+
/** @type {number} - initial expansion depth */
45
export let depth = Infinity
56
export let _cur = 0
67
export let _last = true

0 commit comments

Comments
 (0)