mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Update index.d.ts
This commit is contained in:
parent
27c127b3e3
commit
0a2ec3e77e
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[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user