Files
DefinitelyTyped/types/semantic-ui-sidebar/index.d.ts
2017-06-05 16:31:03 -07:00

12 lines
382 B
TypeScript

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