Skip to content

Commit

Permalink
fix(hooks): wrong type declare
Browse files Browse the repository at this point in the history
  • Loading branch information
kong-dev authored and innocces committed Jan 14, 2024
1 parent f57871f commit 84cf245
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/hooks/src/useLoading/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export type LoadingOption = ExcludeOption<Taro.showLoading.Option>;
export type PartialLoadingOption = Partial<LoadingOption>;

export type Show = PromiseOptionalAction<
TaroGeneral.CallbackResult,
PartialLoadingOption
>;

Expand Down

1 comment on commit 84cf245

@vercel
Copy link

@vercel vercel bot commented on 84cf245 Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.