Fix export typings
This commit is contained in:
parent
261a23f479
commit
cfa39de50e
1 changed files with 1 additions and 1 deletions
2
lib/index.d.ts
vendored
2
lib/index.d.ts
vendored
|
@ -63,4 +63,4 @@ type ChannelConstructor = {
|
|||
|
||||
declare const Channel: ChannelConstructor;
|
||||
|
||||
export default Channel;
|
||||
export = Channel;
|
Loading…
Add table
Add a link
Reference in a new issue