UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

7 lines (6 loc) 610 B
import { TuiLabel } from '@taiga-ui/core/components/label'; import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield'; import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown'; import { TuiCalendarRange } from '@taiga-ui/kit/components/calendar-range'; import { TuiInputDateRangeDirective } from './input-date-range.directive'; export declare const TuiInputDateRange: readonly [typeof TuiInputDateRangeDirective, typeof TuiCalendarRange, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];