Skip to content

Commit 9066a7d

Browse files
authored
Update types/react/experimental.d.ts
1 parent 1f07a95 commit 9066a7d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

types/react/experimental.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ declare module '.' {
164164
*/
165165
export function unstable_useTransition(config?: SuspenseConfig | null): [TransitionStartFunction, boolean];
166166

167+
/**
168+
* @private
169+
*/
167170
const opaqueIdentifierBranding: unique symbol;
168171
/**
169172
* WARNING: Don't use this as a `string`.

0 commit comments

Comments
 (0)