()
| 31 | }; |
| 32 | |
| 33 | const create = () => { |
| 34 | SandDanceExplorer.use(FluentUIReact, React, ReactDOM, vega, deck, deck, luma); |
| 35 | const explorerProps: SandDanceExplorer.Props = { |
| 36 | logoClickUrl: 'https://microsoft.github.io/SandDance/', |
| 37 | mounted: explorer => { |
| 38 | sandDanceExplorer = explorer; |
| 39 | innerLoad(); |
| 40 | }, |
| 41 | }; |
| 42 | ReactDOM.render(React.createElement(SandDanceExplorer.Explorer, explorerProps), document.getElementById('app')); |
| 43 | }; |
| 44 | |
| 45 | if (sandDanceExplorer) { |
| 46 | innerLoad(); |