@luscii-healthtech/web-ui 2.38.0 → 2.39.0

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.
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { CategoryProps } from "./ImageCategory";
3
- interface TargetProps {
3
+ export interface TargetProps {
4
4
  target: {
5
5
  name: string | null | undefined;
6
6
  value: string | null | undefined | {
@@ -27,4 +27,3 @@ export declare const ImagePickerInner: React.VFC<ImagePickerProps & {
27
27
  innerRef?: React.Ref<HTMLButtonElement>;
28
28
  }>;
29
29
  export declare const ImagePicker: React.ForwardRefExoticComponent<ImagePickerProps & React.RefAttributes<HTMLButtonElement>>;
30
- export {};
package/dist/index.d.ts CHANGED
@@ -55,6 +55,7 @@ export { SettingsMenuButton, SettingsMenuButtonProps, } from "./components/Setti
55
55
  export { Spinner } from "./components/Spinner/Spinner";
56
56
  export { Steps } from "./components/Steps/Steps";
57
57
  export { default as Switcher } from "./components/Switcher/Switcher";
58
+ export { ImagePicker, TargetProps } from "./components/ImagePicker/ImagePicker";
58
59
  export { default as Tabbar, TabbarProps, TabItemDetails, } from "./components/Tabbar/Tabbar";
59
60
  export { Breadcrumbs, BreadcrumbProps, } from "./components/Breadcrumbs/Breadcrumbs";
60
61
  export { PageHeader, PageHeaderProps, } from "./components/PageHeader/PageHeader";