@inntechcorp/it-design 2.0.42 → 2.0.44

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
@@ -18,7 +18,7 @@ You must use this command on terminal:
18
18
 
19
19
  ## Authors ##
20
20
 
21
- **Ali
21
+ **Inn.Tech
22
22
 
23
23
  ## Copyright and license ##
24
24
 
@@ -1,3 +1,3 @@
1
1
  import { FlexProps } from "../index";
2
- declare const Flex: ({ gap, justify, align, vertical, wrap, stretch, style, children }: FlexProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const Flex: ({ gap, justify, align, vertical, wrap, stretch, style, className, children }: FlexProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default Flex;