mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
🤖 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:
parent
0fc4267435
commit
29b41b2960
3
types/seatsio/index.d.ts
vendored
3
types/seatsio/index.d.ts
vendored
@ -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;
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
import seatsio = require("seatsio");
|
||||
|
||||
const seatingChartConfig: Seatsio.SeatingChartConfig = {
|
||||
divId: 'chart',
|
||||
workspaceKey: 'myWorkspaceKey',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user