Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/ui-kit / TypeAlias

NgDocOverlayAnimationEvent

No documentation has been provided.

Presentation

type NgDocOverlayAnimationEvent =
  | "beforeOpen"
  | "afterOpen"
  | "beforeClose"
  | "afterClose";