mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Added missing export
This commit is contained in:
parent
6ae40eded1
commit
f029b4ca10
@ -9,7 +9,7 @@ export interface ChannelEvent<TEventArgs = any> {
|
||||
args: TEventArgs[];
|
||||
}
|
||||
|
||||
interface Listener<TEventArgs = any> {
|
||||
export interface Listener<TEventArgs = any> {
|
||||
(...args: TEventArgs[]): void;
|
||||
ignorePeer?: boolean;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user