// Type definitions for semantic-ui-checkbox 2.2 // Project: http://www.semantic-ui.com // Definitions by: Leonard Thieu // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 /// /// declare const checkbox: SemanticUI.Checkbox; export = checkbox;