mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
test file created
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
/// <reference path="foundation.d.ts" />
|
||||
Vendored
+5
-20
@@ -344,6 +344,8 @@ declare module Foundation {
|
||||
|
||||
interface Nest {
|
||||
// TODO
|
||||
//Feather: function(menu, type)
|
||||
// Burn: function(menu, type){
|
||||
}
|
||||
|
||||
export interface Timer {
|
||||
@@ -360,29 +362,12 @@ declare module Foundation {
|
||||
// TODO :extension on jQuery
|
||||
}
|
||||
|
||||
export interface InterChange {
|
||||
destroy: () => void;
|
||||
}
|
||||
|
||||
interface IInterChangeOptions {
|
||||
rules ?: Array<String>;
|
||||
}
|
||||
interface ITooltipOptions {
|
||||
hoverDelay ?: number;
|
||||
fadeInDuration ?: number;
|
||||
fadeOutDuration ?: number;
|
||||
disableHover ?: boolean;
|
||||
templateClasses ?: String;
|
||||
tooltipClass ?: String;
|
||||
triggerClass ?: String;
|
||||
showOn ?: String;
|
||||
template ?: String;
|
||||
tipText ?: String;
|
||||
clickOpenr ?: boolean;
|
||||
positionClass ?: String;
|
||||
vOffset ?: number;
|
||||
hOffset ?: number;
|
||||
rules ?: Array<any>;
|
||||
}
|
||||
|
||||
|
||||
interface FoundationStatic {
|
||||
version : String;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user