Skip to content

Commit

Permalink
fix: import specifier in src/lib/cmdk/types.ts (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Sweeney authored Jan 11, 2024
1 parent 6e29cdc commit 95dce0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/happy-fishes-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'cmdk-sv': patch
---

Fix type resolution and intellisense for most components
2 changes: 1 addition & 1 deletion src/lib/cmdk/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/ban-types */
import type { Expand, HTMLDivAttributes, Transition, PrefixKeys } from '$lib/internal';
import type { Expand, HTMLDivAttributes, Transition, PrefixKeys } from '$lib/internal/index.js';
import type { Dialog as DialogPrimitive } from 'bits-ui';
import type { EventHandler, HTMLInputAttributes } from 'svelte/elements';
import type { Writable } from 'svelte/store';
Expand Down

0 comments on commit 95dce0f

Please sign in to comment.