@mythpe/quasar-ui-qui 0.2.28 → 0.2.29
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.
package/package.json
CHANGED
|
@@ -114,7 +114,7 @@ export interface MSignaturePadProps extends Omit<MColProps, 'name'>, Pick<BaseIn
|
|
|
114
114
|
* Default value for signature url.
|
|
115
115
|
* Default is: undefined.
|
|
116
116
|
*/
|
|
117
|
-
url?: string | undefined;
|
|
117
|
+
url?: string | null | undefined;
|
|
118
118
|
/**
|
|
119
119
|
* Hide control buttons.
|
|
120
120
|
* Default is: false.
|