Skip to content

Commit

Permalink
fix(nuxt): export AsyncDataRequestStatus type (#26023)
Browse files Browse the repository at this point in the history
  • Loading branch information
drevantonder committed Mar 6, 2024
1 parent 209ae4a commit f09311d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/app/composables/index.ts
Expand Up @@ -14,7 +14,7 @@ export {

export { defineNuxtComponent } from './component'
export { useAsyncData, useLazyAsyncData, useNuxtData, refreshNuxtData, clearNuxtData } from './asyncData'
export type { AsyncDataOptions, AsyncData } from './asyncData'
export type { AsyncDataOptions, AsyncData, AsyncDataRequestStatus } from './asyncData'
export { useHydration } from './hydrate'
export { callOnce } from './once'
export { useState, clearNuxtState } from './state'
Expand Down

0 comments on commit f09311d

Please sign in to comment.