@kaio-xyz/design-system 1.1.38 → 1.1.39

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
@@ -317,7 +317,7 @@ declare const Table: <T>({ data, columns, dataTest, customStyles, isLoading, onR
317
317
  type DrawerProps = {
318
318
  isOpen: boolean;
319
319
  title: string;
320
- subTitle: string;
320
+ subTitle?: string;
321
321
  children?: ReactNode;
322
322
  isLarge?: boolean;
323
323
  className?: string;