Skip to content

Commit abf6cc8

Browse files
committed
refactor: use consistent type exports
1 parent 19e4ae5 commit abf6cc8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/index.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
export { Component, AbstractComponent, Instance, Mixed } from "./component";
2-
export { Provider, AbstractProvider, Impl, impl } from "./provider";
3-
export { Mixer, mixer } from "./mixer";
1+
export type { Component, AbstractComponent, Instance, Mixed } from "./component";
2+
export type { Provider, AbstractProvider, Impl } from "./provider";
3+
export { impl } from "./provider";
4+
export type { Mixer } from "./mixer";
5+
export { mixer } from "./mixer";

0 commit comments

Comments
 (0)