Skip to content

Commit 0a71a46

Browse files
committed
Removed unnecessary markdown file
1 parent 658e5c4 commit 0a71a46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/api-review/util.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,9 @@ export interface Subscribe<T> {
487487
// @public (undocumented)
488488
export type Unsubscribe = () => void;
489489

490+
// @public
491+
export function updateEmulatorBanner(name: string, isRunningEmulator: boolean): void;
492+
490493
// Warning: (ae-missing-release-tag) "validateArgCount" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
491494
//
492495
// @public

0 commit comments

Comments
 (0)