Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 26, 2023
1 parent 1acdcf4 commit 0ae1694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/v2.7/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ export interface App<T = any> {
export declare function createApp(rootComponent: any, rootProps?: any): App
// #endregion

export function hasInjectionContext(): boolean
export declare function hasInjectionContext(): boolean
2 changes: 1 addition & 1 deletion lib/v2/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ export {
install,
}

export function hasInjectionContext(): boolean
export declare function hasInjectionContext(): boolean

0 comments on commit 0ae1694

Please sign in to comment.