@ambuj.bhaskar/react-component-library 0.8.1 → 0.8.3

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.ts CHANGED
@@ -188,6 +188,7 @@ declare type ModalProps = {
188
188
  visible: boolean;
189
189
  onClose: () => void;
190
190
  showCloseButton?: boolean;
191
+ size?: "xs" | "s" | "m" | "l" | "xl" | "full";
191
192
  children: React.ReactNode;
192
193
  };
193
194