mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
tests
This commit is contained in:
parent
99d1c6a516
commit
6e63c46f08
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user