@lax-wp/design-system 0.3.63 → 0.3.64
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.
|
@@ -11,7 +11,7 @@ export type DebounceInputFieldProps = Omit<ComponentProps<typeof DebounceInput>,
|
|
|
11
11
|
/** Callback function called when the input value changes (debounced) */
|
|
12
12
|
onChange(data: any): void;
|
|
13
13
|
/** Error message to display */
|
|
14
|
-
errorMessage
|
|
14
|
+
errorMessage?: string;
|
|
15
15
|
/** Default value for the input */
|
|
16
16
|
defaultValue?: string;
|
|
17
17
|
/** Whether the input is disabled */
|