Skip to content

Commit af4fdc4

Browse files
committed
change ComponentType to string enum
1 parent 7e97582 commit af4fdc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/component/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export const enum InstantiationMode {
3131
* Firebase SDKs. No serivce namespace is created in `firebase` namespace and customers have no way to get them.
3232
*/
3333
export enum ComponentType {
34-
PUBLIC,
35-
PRIVATE
34+
PUBLIC = 'PUBLIC',
35+
PRIVATE = 'PRIVARE'
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)