Skip to content

Commit

Permalink
feat(createSingleLoading): deprecated, it will be removed in the futu…
Browse files Browse the repository at this point in the history
…re, maybe moved to `@shined/reactive`
  • Loading branch information
vikiboss committed Aug 9, 2024
1 parent cf7873e commit 8b479c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/create-single-loading/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ export interface CreateSingleLoadingOptions {
* @param {CreateSingleLoadingOptions} options {@link CreateSingleLoadingOptions}
* @returns {CreateSingleLoadingReturns} `CreateSingleLoadingReturns`, single loading instance, see {@link CreateSingleLoadingReturns}
*
* @deprecated will be removed in the future, maybe moved to `@shined/reactive`
*
* @see {@link https://sheinsight.github.io/reactive/ | Reactive - Documentation}
*/
export function createSingleLoading(options: CreateSingleLoadingOptions): CreateSingleLoadingReturns {
Expand Down

0 comments on commit 8b479c7

Please sign in to comment.