We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf9787 commit 969186cCopy full SHA for 969186c
src/components/core/wrappers.tsx
@@ -35,7 +35,7 @@ export interface StoreProps {
35
/** Путь до объекта в Store */
36
path: string;
37
/** Путь к дополнительным данным которые будут переданы в onChange */
38
- extraData?: string;
+ extraData?: string | Record<string, string>;
39
/** Выполнить подписку при монтировании компонента
40
* По умолчанию false */
41
withMount?: boolean;
0 commit comments