mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-01 11:50:54 +08:00
updated foundation-sites
This commit is contained in:
+4
-4
@@ -176,7 +176,7 @@ declare module FoundationSites {
|
||||
threshold?: number;
|
||||
activeClass?: string;
|
||||
deepLinking?: boolean;
|
||||
barOffset: number;
|
||||
barOffset?: number;
|
||||
}
|
||||
|
||||
// http://foundation.zurb.com/sites/docs/offcanvas.html#javascript-reference
|
||||
@@ -450,8 +450,8 @@ interface JQuery {
|
||||
foundation(method?:string|Array<any>) : JQuery;
|
||||
}
|
||||
|
||||
declare var FoundationSites:FoundationSites.FoundationSitesStatic;
|
||||
declare var Foundation:FoundationSites.FoundationSitesStatic;
|
||||
|
||||
declare module "FoundationSites" {
|
||||
export = FoundationSites;
|
||||
declare module "Foundation" {
|
||||
export = Foundation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user