diff --git a/ng-semantic.d.ts b/ng-semantic.d.ts index c2e16b13..4eb7512a 100644 --- a/ng-semantic.d.ts +++ b/ng-semantic.d.ts @@ -26,5 +26,10 @@ export * from "./src/shape/shape"; export * from "./src/accordion/accordion"; export declare let SEMANTIC_COMPONENTS: Array; export declare let SEMANTIC_DIRECTIVES: Array; + +import { NgModule } from "@angular/core"; +@NgModule({ + declarations: [NgSemanticModule] +}) export declare class NgSemanticModule { }