Skip to content

Commit 0ade784

Browse files
authored
[core] Fix wrong JSDocs in useTransitionStatus (#1293)
1 parent fda6b0a commit 0ade784

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/utils/useTransitionStatus.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export type TransitionStatus = 'starting' | 'ending' | undefined;
77
/**
88
* Provides a status string for CSS animations.
99
* @param open - a boolean that determines if the element is open.
10-
* @param enabled - a boolean that determines if the logic is enabled.
1110
* @param delayStartingStatus - a boolean that set the `starting` status one
1211
* tick later. Example use-case: collapsible needs an extra frame in order
1312
* to measure the panel contents.

0 commit comments

Comments
 (0)