Files
DefinitelyTyped/types/semantic-ui-search/index.d.ts
Leonard Thieu 1c3565933c :(
2017-06-13 13:00:42 -04:00

13 lines
420 B
TypeScript

// Type definitions for semantic-ui-search 2.2
// Project: http://www.semantic-ui.com
// Definitions by: Leonard Thieu <https://github.com/leonard-thieu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/// <reference types="jquery" />
/// <reference types="semantic-ui-api" />
/// <reference path="global.d.ts" />
declare const search: SemanticUI.Search;
export = search;