@deepkit/desktop-ui
Version:
Library for desktop UI widgets in Angular 10+
16 lines (15 loc) • 1.75 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./button.component";
import * as i2 from "./dropdown.component";
import * as i3 from "./tab-button.component";
import * as i4 from "@angular/common";
import * as i5 from "@angular/forms";
import * as i6 from "../icon/index";
export * from "./dropdown.component";
export * from './button.component';
export * from './tab-button.component';
export declare class DuiButtonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DuiButtonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DuiButtonModule, [typeof i1.ButtonComponent, typeof i1.ButtonGroupComponent, typeof i1.ButtonGroupsComponent, typeof i2.DropdownComponent, typeof i2.DropdownItemComponent, typeof i2.DropdownSplitterComponent, typeof i2.DropdownContainerDirective, typeof i2.OpenDropdownDirective, typeof i2.OpenDropdownHoverDirective, typeof i2.ContextDropdownDirective, typeof i1.FileChooserDirective, typeof i3.TabButtonComponent, typeof i1.FilePickerDirective, typeof i1.FileDropDirective, typeof i1.HotkeyDirective, typeof i1.ButtonHotkeyComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.DuiIconModule], [typeof i1.ButtonComponent, typeof i1.ButtonGroupComponent, typeof i1.ButtonGroupsComponent, typeof i2.DropdownComponent, typeof i2.DropdownItemComponent, typeof i2.DropdownSplitterComponent, typeof i2.DropdownContainerDirective, typeof i2.OpenDropdownDirective, typeof i2.OpenDropdownHoverDirective, typeof i2.ContextDropdownDirective, typeof i1.FileChooserDirective, typeof i3.TabButtonComponent, typeof i1.FilePickerDirective, typeof i1.FileDropDirective, typeof i1.HotkeyDirective, typeof i1.ButtonHotkeyComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DuiButtonModule>;
}