@useloops/design-system 1.4.457 → 1.4.458
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/dist/esm/index.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2341,6 +2341,7 @@ declare const QuestionBlock: FunctionComponent<QuestionBlockProps>;
|
|
|
2341
2341
|
|
|
2342
2342
|
interface SearchInputProps {
|
|
2343
2343
|
onChange?: (event: react__default.ChangeEvent<HTMLInputElement>) => void;
|
|
2344
|
+
onFocus?: () => void;
|
|
2344
2345
|
onClear?: () => void;
|
|
2345
2346
|
placeholder?: string;
|
|
2346
2347
|
sx?: SxProps<Theme>;
|