Skip to content

Commit 8e2704f

Browse files
authored
fix(types): exports entities correctly from Slider.d.ts file
closes vueform#86
1 parent 5a91460 commit 8e2704f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
import * as Slider from './Slider';
1+
export * from './Slider';
2+
export { default } from './Slider';

0 commit comments

Comments
 (0)