@luscii-healthtech/web-ui 2.37.15 → 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
@@ -47,7 +47,7 @@ export { default as Radio } from "./components/Radio/Radio";
47
47
  export { default as RadioGroup } from "./components/RadioGroup/RadioGroup";
48
48
  export { RadioProps, RadioV2 } from "./components/Radio/RadioV2";
49
49
  export { RadioGroupProps, RadioGroupV2, } from "./components/RadioGroup/RadioGroupV2";
50
- export { default as Section } from "./components/Section/Section";
50
+ export { default as Section, SectionProps } from "./components/Section/Section";
51
51
  export { default as SectionItemWithContent } from "./components/Section/SectionItemWithContent";
52
52
  export { default as SectionItem, SectionItemProps, } from "./components/Section/SectionItem";
53
53
  export { SelectProps, Select } from "./components/Select/Select";
@@ -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";