Update index.d.ts

This commit is contained in:
Chris Lewis 2016-12-06 15:08:55 -08:00 committed by GitHub
parent 27c127b3e3
commit 0a2ec3e77e

3
tether/index.d.ts vendored
View File

@ -1,4 +1,4 @@
// Type definitions for Tether v1.1
// Type definitions for Tether v1.4
// Project: http://github.hubspot.com/tether/
// Definitions by: Adi Dahiya <https://github.com/adidahiya>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@ -22,6 +22,7 @@ declare class Tether {
declare namespace Tether {
interface ITetherOptions {
attachment?: string;
bodyElement?: HTMLElement;
classes?: {[className: string]: boolean};
classPrefix?: string;
constraints?: ITetherConstraint[];