+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Сгенерировать
+
+ {
+ if (!model) return
+
+ imageSettingsPopup.toogleState({
+ botParams: model.parameters,
+ currentVersion: version,
+ })
+ }}
+ className={styles.mobcontols__settings}
+ variant='primary-outline'
+ >
+
+
+
+
+
+
+ )
+}
@@ -0,0 +1 @@
+export * from './image-input'
@@ -0,0 +1,2 @@
+export * from './ui'
+export * from './model'
@@ -0,0 +1 @@
+export * from './modals.config'
\ No newline at end of file
@@ -0,0 +1,2 @@
+
+export const PLATE_IMAGE_STYLES = 'plate-image-styles'
\ No newline at end of file
@@ -0,0 +1 @@
+export * from './store.modals'
\ No newline at end of file
@@ -0,0 +1,78 @@
+import { create } from "zustand";
+
+type Set = {
+ (partial: (state: PlatesStore) => Partial