Skip to content

Commit

Permalink
fix: export only types from components
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Sep 19, 2020
1 parent a5f2a2f commit 4ec48a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Expand Up @@ -10,4 +10,4 @@ export { ViewType } from './components/core/player/ViewType';
export { MediaType } from './components/core/player/MediaType';
export { loadSprite } from './utils/network';
export { Translation } from './components/core/player/lang/Translation';
export * from './components';
export { Components, JSX } from './components.d';

0 comments on commit 4ec48a1

Please sign in to comment.