@regulaforensics/ui-components 0.0.20 → 0.0.22

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
@@ -139,6 +139,7 @@ export declare interface ICollapseProps extends HTMLAttributes<HTMLDivElement> {
139
139
  nested?: boolean;
140
140
  selected?: boolean;
141
141
  onOpen?: (isOpen: boolean) => void;
142
+ preview?: ReactNode;
142
143
  }
143
144
 
144
145
  export declare const Icon: IIcon;