mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-08 08:04:19 +08:00
13 lines
419 B
TypeScript
13 lines
419 B
TypeScript
// Type definitions for semantic-ui-modal 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-dimmer" />
|
|
/// <reference path="global.d.ts" />
|
|
|
|
declare const modal: SemanticUI.Modal;
|
|
export = modal;
|