UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

15 lines (14 loc) 998 B
import { IgxHintDirective } from '../directives/hint/hint.directive'; import { IgxInputDirective } from '../directives/input/input.directive'; import { IgxLabelDirective } from '../directives/label/label.directive'; import { IgxPrefixDirective } from '../directives/prefix/prefix.directive'; import { IgxSuffixDirective } from '../directives/suffix/suffix.directive'; import { IgxInputGroupComponent } from './input-group.component'; export * from './input-group.component'; export * from '../directives/input/input.directive'; export * from '../directives/label/label.directive'; export * from '../directives/hint/hint.directive'; export * from '../directives/prefix/prefix.directive'; export * from '../directives/suffix/suffix.directive'; export * from './inputGroupType'; export declare const IGX_INPUT_GROUP_DIRECTIVES: readonly [typeof IgxInputGroupComponent, typeof IgxInputDirective, typeof IgxLabelDirective, typeof IgxPrefixDirective, typeof IgxSuffixDirective, typeof IgxHintDirective];