Skip to content

Commit ae9dd2b

Browse files
kartsimsPeachScript
authored andcommitted
refactor: improve export in TS definition #177
1 parent 4bcaf66 commit ae9dd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ declare class InfiniteLoading extends Vue {
4747
$slots: InfiniteLoading.Slots;
4848
}
4949

50-
export = InfiniteLoading;
50+
export default InfiniteLoading;

0 commit comments

Comments
 (0)