@deepkit/desktop-ui
Version:
Library for desktop UI widgets in Angular 10+
15 lines (14 loc) • 953 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./emoji-dropdown.component";
import * as i2 from "./emoji.component";
import * as i3 from "@angular/forms";
import * as i4 from "@angular/common";
import * as i5 from "../input/index";
import * as i6 from "../button/index";
export { EmojiComponent } from "./emoji.component";
export { EmojiDropdownComponent, EmojiDropdownDirective } from "./emoji-dropdown.component";
export declare class DuiEmojiModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DuiEmojiModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DuiEmojiModule, [typeof i1.EmojiDropdownComponent, typeof i1.EmojiDropdownDirective, typeof i2.EmojiComponent], [typeof i3.FormsModule, typeof i4.CommonModule, typeof i5.DuiInputModule, typeof i6.DuiButtonModule], [typeof i1.EmojiDropdownComponent, typeof i1.EmojiDropdownDirective, typeof i2.EmojiComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DuiEmojiModule>;
}