@nr1e/qwik-ui 2.0.18 → 2.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,10 +16,6 @@ export interface SubmitButtonProps {
|
|
|
16
16
|
* Whether the button is disabled.
|
|
17
17
|
*/
|
|
18
18
|
disabled?: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* Type of the button. Default is 'button'.
|
|
21
|
-
*/
|
|
22
|
-
type?: 'button' | 'submit' | 'reset';
|
|
23
19
|
/**
|
|
24
20
|
* Text to display on the button. Default is 'Submit'.
|
|
25
21
|
*/
|