mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 20:37:58 +08:00
* Add type definitions for semantic-ui-api. * [semantic-ui-api] Add reference directive to global.d.ts. * [semantic-ui-api] Hide implementation details from autocomplete.
12 lines
366 B
TypeScript
12 lines
366 B
TypeScript
// Type definitions for semantic-ui-api 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.2
|
|
|
|
/// <reference types="jquery" />
|
|
/// <reference path="global.d.ts" />
|
|
|
|
declare const api: SemanticUI.Api;
|
|
export = api;
|