UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

7 lines (6 loc) 574 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 { TuiNativeSelect } from './native-select/native-select.component'; import { TuiSelectDirective } from './select.directive'; export declare const TuiSelect: readonly [typeof TuiSelectDirective, typeof TuiNativeSelect, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];