diff --git a/index.d.ts b/index.d.ts index fba27f5..1d149c8 100644 --- a/index.d.ts +++ b/index.d.ts @@ -16,4 +16,4 @@ declare function morphdom( options?: MorphDomOptions, ): void; -export = morphdom; +export default morphdom;