We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UNSTABLE_isPending
1 parent 64e3590 commit 1c14740Copy full SHA for 1c14740
packages/@react-types/button/src/index.d.ts
@@ -74,7 +74,10 @@ export interface SpectrumButtonProps<T extends ElementType = 'button'> extends A
74
style?: 'fill' | 'outline',
75
/** The static color style to apply. Useful when the button appears over a color background. */
76
staticColor?: 'white' | 'black',
77
- /** Whether to disable events immediately and display a loading spinner after a 1 second delay. */
+ /**
78
+ * Whether to disable events immediately and display a loading spinner after a 1 second delay.
79
+ * @private
80
+ */
81
UNSTABLE_isPending?: boolean,
82
/**
83
* Whether the button should be displayed with a quiet style.
0 commit comments