mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
330 B
TypeScript
10 lines
330 B
TypeScript
// Type definitions for youtube-player 5.5
|
|
// Project: https://github.com/gajus/youtube-player#readme
|
|
// Definitions by: Martin Jurča <https://github.com/jurca>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.7
|
|
|
|
import PlayerFactory from './dist/index';
|
|
|
|
export default PlayerFactory;
|