🤖 Merge PR #47158 Removed conflicting export statement by @mroloux

* Removed conflicting export statement

* Fixed tests

Co-authored-by: mroloux <matti@seats.io>
This commit is contained in:
mroloux 2020-08-31 11:39:39 +02:00 committed by GitHub
parent 0fc4267435
commit 29b41b2960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// Type definitions for seatsio 1.0
// Type definitions for seatsio 1.1
// Project: https://www.seats.io
// Definitions by: seatsio <https://github.com/seatsio>
// Peter de Kok <https://github.com/PeterDeKok>
@ -10,7 +10,6 @@
/// <reference path="lib/chartManager.d.ts" />
declare var seatsio: Seatsio;
export = seatsio;
interface Seatsio {
SeatingChart: Seatsio.SeatingChart;

View File

@ -1,5 +1,3 @@
import seatsio = require("seatsio");
const seatingChartConfig: Seatsio.SeatingChartConfig = {
divId: 'chart',
workspaceKey: 'myWorkspaceKey',