mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-07 18:50:14 +00:00
Merge pull request #10513 from olegstepura/patch-1
flashvars should be flashVars
This commit is contained in:
2
react-swf/index.d.ts
vendored
2
react-swf/index.d.ts
vendored
@@ -108,7 +108,7 @@ declare namespace rswf {
|
||||
* Browsers support string sizes of up to 64 KB (65535 bytes) in length.
|
||||
* For more information on using flashvars, see Using FlashVars to pass variables to a SWF (tn_16417).
|
||||
*/
|
||||
flashvars?: Object | string
|
||||
flashVars?: Object | string
|
||||
}
|
||||
export class ReactSWF extends React.Component<Props, State>{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user