Skip to content

Commit 1c14740

Browse files
Hide UNSTABLE_isPending prop from docs (#4997)
1 parent 64e3590 commit 1c14740

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/@react-types/button/src/index.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ export interface SpectrumButtonProps<T extends ElementType = 'button'> extends A
7474
style?: 'fill' | 'outline',
7575
/** The static color style to apply. Useful when the button appears over a color background. */
7676
staticColor?: 'white' | 'black',
77-
/** Whether to disable events immediately and display a loading spinner after a 1 second delay. */
77+
/**
78+
* Whether to disable events immediately and display a loading spinner after a 1 second delay.
79+
* @private
80+
*/
7881
UNSTABLE_isPending?: boolean,
7982
/**
8083
* Whether the button should be displayed with a quiet style.

0 commit comments

Comments
 (0)