diff --git a/packages/core/useCycleList/index.ts b/packages/core/useCycleList/index.ts index 3e3427c851b..7d7bd8ce886 100644 --- a/packages/core/useCycleList/index.ts +++ b/packages/core/useCycleList/index.ts @@ -1,12 +1,12 @@ -import type { Ref } from 'vue-demi' -import { computed, shallowRef } from 'vue-demi' +import { type Ref, computed, shallowRef } from 'vue-demi' +import { type MaybeRef } from '@vueuse/shared' export interface UseCycleListOptions { /** * The initial value of the state. * A ref can be provided to reuse. */ - initialValue?: T + initialValue?: MaybeRef /** * The default index when