import './scss/index.scss';

export { Player as default } from './ts/player';

export * from './ts/player';
export * from './ts/features/i18n';
export * from './ts/features/shortcut';
export * from './ts/types';
export * from './ts/parts';
export * from './ts/constants';
export * from './ts/features';
export * from './ts/components';
