Files
DefinitelyTyped/types/semantic-ui-progress/index.d.ts
2017-06-04 14:00:45 -07:00

12 lines
386 B
TypeScript

// Type definitions for semantic-ui-progress 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 progress: SemanticUI.Progress;
export = progress;