Skip to content

Commit

Permalink
Update docstring for loading Button property
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Dec 9, 2024
1 parent a7ad6f4 commit 390db87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snaps-sdk/src/jsx/components/form/Button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import type { ImageElement } from '../Image';
* @property variant - The variant of the button, i.e., `'primary'` or
* `'destructive'`. Defaults to `'primary'`.
* @property disabled - Whether the button is disabled. Defaults to `false`.
* @property loading - Whether the button is in loading state. Defaults to `false`.
* @property loading - Whether the button is loading. Defaults to `false`.
* @property form - The name of the form component to associate the button with.
*/
export type ButtonProps = {
Expand Down

0 comments on commit 390db87

Please sign in to comment.