mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Updated to 2.7 API * update package to version 2.7 the package was updated to version 2.7 * 2.7 version tests update * 2.6 tsconfig update * package update
12 lines
217 B
TypeScript
12 lines
217 B
TypeScript
import Flexmonster = require('flexmonster');
|
|
|
|
new Flexmonster({
|
|
componentFolder: '',
|
|
container: 'pivot-container',
|
|
global: {},
|
|
height: '550px',
|
|
width: '100%',
|
|
report: {},
|
|
toolbar: true
|
|
});
|