mayak-common-library 0.0.731 → 0.0.732
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1499,7 +1499,7 @@ interface SearchInputProps$1 {
|
|
|
1499
1499
|
value: string;
|
|
1500
1500
|
onChange: (value: string) => void;
|
|
1501
1501
|
}
|
|
1502
|
-
declare const SearchInput:
|
|
1502
|
+
declare const SearchInput: FC<SearchInputProps$1>;
|
|
1503
1503
|
|
|
1504
1504
|
declare const FormInput: FC<{
|
|
1505
1505
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1499,7 +1499,7 @@ interface SearchInputProps$1 {
|
|
|
1499
1499
|
value: string;
|
|
1500
1500
|
onChange: (value: string) => void;
|
|
1501
1501
|
}
|
|
1502
|
-
declare const SearchInput:
|
|
1502
|
+
declare const SearchInput: FC<SearchInputProps$1>;
|
|
1503
1503
|
|
|
1504
1504
|
declare const FormInput: FC<{
|
|
1505
1505
|
name: string;
|