mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
adding containerClassName to YouTube component
This commit is contained in:
parent
3a69de74e2
commit
8f2cb35fa8
4
types/react-youtube/index.d.ts
vendored
4
types/react-youtube/index.d.ts
vendored
@ -1,6 +1,7 @@
|
||||
// Type definitions for react-youtube 7.4
|
||||
// Type definitions for react-youtube 7.6
|
||||
// Project: https://github.com/troybetz/react-youtube
|
||||
// Definitions by: kgtkr <https://github.com/kgtkr>
|
||||
// Leo Salgueiro <https://github.com/salguerooo>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
@ -39,6 +40,7 @@ export default class YouTube extends React.Component<{
|
||||
videoId?: string,
|
||||
id?: string,
|
||||
className?: string,
|
||||
containerClassName?: string,
|
||||
opts?: Options,
|
||||
onReady?(event: { target: any }): void,
|
||||
onError?(event: { target: any, data: number }): void,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user