mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Update index.d.ts
This commit is contained in:
3
tether/index.d.ts
vendored
3
tether/index.d.ts
vendored
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user