@helpdice/ui 2.6.0-beta.5 → 2.6.0-beta.7

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
@@ -129,3 +129,4 @@ export type { CarouselProps } from './carousal';
129
129
  export { default as useToasts } from './use-toasts';
130
130
  export type { Toast, ToastInput, ToastAction, ToastLayout } from './use-toasts';
131
131
  export { default as Clipboard } from './copy-to-clipboard';
132
+ export { default as Expandable } from './expandable';