chore: added devdependencies, fixed exports
This commit is contained in:
2
index.ts
2
index.ts
@@ -1,7 +1,7 @@
|
||||
import "./lib/jsxFactory";
|
||||
export type { ISubscription, IPublisher } from './lib/Publisher';
|
||||
export { Publisher } from './lib/Publisher';
|
||||
export type { default as ISubscriber, LEvent } from './lib/Subscriber';
|
||||
export type { ISubscriber, LEvent } from './lib/Subscriber';
|
||||
export { default as Rung } from './lib/Rung';
|
||||
export type { RungOptions } from './lib/Rung';
|
||||
export { default as Capsule } from './lib/Capsule';
|
||||
|
||||
Reference in New Issue
Block a user