UNPKG

@ng-bootstrap/ng-bootstrap

Version:
7 lines (6 loc) 232 B
import { NgbTransitionStartFn } from './ngbTransition'; export interface NgbCollapseCtx { direction: 'show' | 'hide'; maxHeight?: string; } export declare const ngbCollapsingTransition: NgbTransitionStartFn<NgbCollapseCtx>;