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.
1 parent a7ad6f4 commit 390db87Copy full SHA for 390db87
packages/snaps-sdk/src/jsx/components/form/Button.ts
@@ -16,7 +16,7 @@ import type { ImageElement } from '../Image';
16
* @property variant - The variant of the button, i.e., `'primary'` or
17
* `'destructive'`. Defaults to `'primary'`.
18
* @property disabled - Whether the button is disabled. Defaults to `false`.
19
- * @property loading - Whether the button is in loading state. Defaults to `false`.
+ * @property loading - Whether the button is loading. Defaults to `false`.
20
* @property form - The name of the form component to associate the button with.
21
*/
22
export type ButtonProps = {
0 commit comments