UNPKG

angular2-collapsible

Version:

Angular collapsible component styled with Materialize CSS.

9 lines (8 loc) 386 B
import { AnimationTriggerMetadata } from '@angular/animations'; export declare class CollapsibleAnimationsService { static collapsibleBodyAnimationDuration: string; static easeInQuad: string; static easeOutQuad: string; static collapsibleTableRowAnimationDuration: string; static collapsibleBodyAnimations(triggerName: string): AnimationTriggerMetadata[]; }