@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
14 lines (13 loc) • 1.03 kB
TypeScript
import { TuiHintComponent } from './hint.component';
import { TuiHintDirective } from './hint.directive';
import { TuiHintDescribe } from './hint-describe.directive';
import { TuiHintDriver } from './hint-driver.directive';
import { TuiHintHost } from './hint-host.directive';
import { TuiHintHover } from './hint-hover.directive';
import { TuiHintManual } from './hint-manual.directive';
import { TuiHintOptionsDirective } from './hint-options.directive';
import { TuiHintOverflow } from './hint-overflow.directive';
import { TuiHintPointer } from './hint-pointer.directive';
import { TuiHintPosition } from './hint-position.directive';
import { TuiHintUnstyled } from './hint-unstyled.component';
export declare const TuiHint: readonly [typeof TuiHintComponent, typeof TuiHintDirective, typeof TuiHintOptionsDirective, typeof TuiHintUnstyled, typeof TuiHintDriver, typeof TuiHintPosition, typeof TuiHintHover, typeof TuiHintOverflow, typeof TuiHintDescribe, typeof TuiHintHost, typeof TuiHintManual, typeof TuiHintPointer];