mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
tests
This commit is contained in:
@@ -1 +1,8 @@
|
||||
import * as ReactSWF from './react-swf';
|
||||
/// <reference path="./react-swf.d.ts"/>
|
||||
/// <reference path="../react/react.d.ts"/>
|
||||
var version = ReactSWF.getFPVersion();
|
||||
var isFPVersionSupported = ReactSWF.isFPVersionSupported('5');
|
||||
var reactSWF = new ReactSWF();
|
||||
reactSWF.props = {
|
||||
src:'',pluginspage:'',width:20,height:20
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user