UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

7 lines (6 loc) 288 B
import { TuiExpandComponent } from './expand.component'; import { TuiExpandContent } from './expand-content.directive'; /** * @deprecated use {@link TuiExpand} from @taiga-ui/experimental */ export declare const TuiExpand: readonly [typeof TuiExpandComponent, typeof TuiExpandContent];