@stokelp/ui 1.4.3 → 1.4.5

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.
@@ -16,11 +16,13 @@ export declare const DrawerFooter: StyledComponent<ForwardRefExoticComponent<Omi
16
16
  } & {
17
17
  asChild?: boolean | undefined;
18
18
  }>, {}>;
19
- export declare const DrawerHeader: StyledComponent<ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
19
+ export declare const DrawerHeader: ForwardRefExoticComponent<Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
20
20
  ref?: ((instance: HTMLElement | null) => void) | RefObject<HTMLElement> | null | undefined;
21
21
  } & {
22
22
  asChild?: boolean | undefined;
23
- }>, {}>;
23
+ }, "ref"> & {
24
+ showCloseTrigger?: boolean | undefined;
25
+ } & RefAttributes<HTMLElement>>;
24
26
  export declare const DrawerTitle: StyledComponent<ForwardRefExoticComponent<DialogTitleProps & RefAttributes<HTMLHeadingElement>>, {}>;
25
27
  export declare const DrawerTrigger: StyledComponent<ForwardRefExoticComponent<DialogTriggerProps & RefAttributes<HTMLButtonElement>>, {}>;
26
28
  declare const DrawerPositioner: StyledComponent<ForwardRefExoticComponent<DialogPositionerProps & RefAttributes<HTMLDivElement>>, {}>;