mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added media queries utils conform to foundation spec
This commit is contained in:
Vendored
+10
@@ -304,6 +304,16 @@ declare module Foundation {
|
||||
add_custom_rule(rule : string, media : string) : void;
|
||||
image_loaded(images : JQuery, callback : (...args : any[]) => any) : void;
|
||||
random_str(length? : number) : string;
|
||||
is_small_only(): boolean;
|
||||
is_small_up(): boolean;
|
||||
is_medium_only(): boolean;
|
||||
is_medium_up(): boolean;
|
||||
is_large_only(): boolean;
|
||||
is_large_up(): boolean;
|
||||
is_xlarge_only(): boolean;
|
||||
is_xlarge_up(): boolean;
|
||||
is_xxlarge_only(): boolean;
|
||||
is_xxlarge_up(): boolean;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user