Skip to content

Commit fb57470

Browse files
author
farfromrefug
committed
fix(zoomimage): typings for for initialize method
1 parent bbed71b commit fb57470

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/zoomimage/index.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
import { ZoomImageBase } from './index-common';
2-
3-
export class ZoomImg extends ZoomImageBase {
4-
}
2+
export { initialize } from './index-common';
3+
export class ZoomImg extends ZoomImageBase {}

0 commit comments

Comments
 (0)