diff --git a/types/index.d.ts b/types/index.d.ts index a594741..f2b9f73 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,4 +1,4 @@ import { IAsyncComputedValue } from 'vue-async-computed'; import { VueDecorator } from 'vue-class-component'; -export function AsyncComputed(computedOptions?: IAsyncComputedValue): VueDecorator; +export default function AsyncComputed(computedOptions?: IAsyncComputedValue): VueDecorator;