UNPKG

carbon-components-angular

Version:
42 lines (38 loc) 2.37 kB
/** * * carbon-angular v0.0.0 | dialog.module.d.ts * * Copyright 2014, 2025 IBM * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import * as i0 from "@angular/core"; import * as i1 from "./dialog.component"; import * as i2 from "./overflow-menu/overflow-menu.component"; import * as i3 from "./overflow-menu/overflow-menu-pane.component"; import * as i4 from "./overflow-menu/overflow-menu-custom-pane.component"; import * as i5 from "./dialog.directive"; import * as i6 from "./overflow-menu/overflow-menu.directive"; import * as i7 from "./overflow-menu/overflow-menu-option.component"; import * as i8 from "@angular/common"; import * as i9 from "carbon-components-angular/i18n"; import * as i10 from "carbon-components-angular/placeholder"; import * as i11 from "carbon-components-angular/experimental"; import * as i12 from "carbon-components-angular/utils"; import * as i13 from "carbon-components-angular/icon"; import * as i14 from "carbon-components-angular/button"; import * as i15 from "carbon-components-angular/tooltip"; export declare class DialogModule { static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.Dialog, typeof i2.OverflowMenu, typeof i3.OverflowMenuPane, typeof i4.OverflowMenuCustomPane, typeof i5.DialogDirective, typeof i6.OverflowMenuDirective, typeof i7.OverflowMenuOption], [typeof i8.CommonModule, typeof i9.I18nModule, typeof i10.PlaceholderModule, typeof i11.ExperimentalModule, typeof i12.UtilsModule, typeof i13.IconModule, typeof i14.ButtonModule, typeof i15.TooltipModule], [typeof i1.Dialog, typeof i2.OverflowMenu, typeof i3.OverflowMenuPane, typeof i4.OverflowMenuCustomPane, typeof i5.DialogDirective, typeof i6.OverflowMenuDirective, typeof i7.OverflowMenuOption]>; static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>; }