// Type definitions for ui-select 0.13.2 // Project: https://github.com/angular-ui/ui-select // Definitions by: Niko Kovačič // Definitions: https://github.com/borisyankov/DefinitelyTyped /// declare module "ui-select" { var _: string; export = _; } declare module angular.ui.select { interface ISelectConfig { appendToBody: boolean; resetSearchInput: boolean; theme: string; } }