mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Added ui-select to TypeScript definitions
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
// Type definitions for ui-select 0.13.2
|
||||
// Project: https://github.com/angular-ui/ui-select
|
||||
// Definitions by: Niko Kovačič <https://github.com/nkovacic>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
declare module "ui-select" {
|
||||
var _: string;
|
||||
export = _;
|
||||
}
|
||||
|
||||
declare module angular.ui.select {
|
||||
interface ISelectConfig {
|
||||
appendToBody: boolean;
|
||||
resetSearchInput: boolean;
|
||||
theme: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user