mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 10:56:19 +08:00
12 lines
378 B
TypeScript
12 lines
378 B
TypeScript
// Type definitions for semantic-ui-dimmer 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 path="global.d.ts" />
|
|
|
|
declare const dimmer: SemanticUI.Dimmer;
|
|
export = dimmer;
|