Skip to content

Commit

Permalink
chore(context): change ContextType to be string
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Jan 18, 2019
1 parent 7ae8a44 commit 01866ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/context/src/context-listener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {ValueOrPromise} from './value-promise';
/**
* Context event types
*/
export type ContextEventType = 'bind' | 'unbind';
export type ContextEventType = string;

/**
* Listeners of context bind/unbind events
Expand Down

0 comments on commit 01866ed

Please sign in to comment.