Skip to content

Commit

Permalink
[core] Fix wrong JSDocs in useTransitionStatus (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Jan 8, 2025
1 parent fda6b0a commit 0ade784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/utils/useTransitionStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export type TransitionStatus = 'starting' | 'ending' | undefined;
/**
* Provides a status string for CSS animations.
* @param open - a boolean that determines if the element is open.
* @param enabled - a boolean that determines if the logic is enabled.
* @param delayStartingStatus - a boolean that set the `starting` status one
* tick later. Example use-case: collapsible needs an extra frame in order
* to measure the panel contents.
Expand Down

0 comments on commit 0ade784

Please sign in to comment.