@barabel324/popups-engine 0.0.4 → 0.0.5

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/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Popups-engine
2
2
 
3
3
  Движок для управления попапами в React с поддержкой кастомных компонентов и анимаций через motion.
4
+ Версия motion "^12.24.7"
4
5
 
5
6
  ## Установка
6
7
 
@@ -1,5 +1,7 @@
1
1
  import { Variant } from 'motion/react';
2
2
 
3
+ export declare const css: string;
4
+
3
5
  /** Утилитарный дженерик для обозначения функционального компонента с пропсами children и className */
4
6
  declare type FCClass<P = object> = React.FC<P & React.PropsWithChildren & {
5
7
  className?: string;