@bothub-chat/ui 2.48.1-fix-refactor-e758beed-748b-42df-be98-8bbcc09925b6 → 2.48.1-fix-refactor-d72835b6-80c4-4e49-84d9-0d6d14a8a916
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.
|
@@ -307,7 +307,7 @@ export declare const SidebarDeleteButton: import("styled-components").IStyledCom
|
|
|
307
307
|
disableHoverColor?: boolean | undefined;
|
|
308
308
|
ref?: import("react").Ref<HTMLButtonElement | null> | undefined;
|
|
309
309
|
}>;
|
|
310
|
-
export declare const SidebarCreateChatButton: import("styled-components").IStyledComponent<"web", {
|
|
310
|
+
export declare const SidebarCreateChatButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<{
|
|
311
311
|
children?: import("react").ReactNode;
|
|
312
312
|
value?: string | number | readonly string[] | undefined;
|
|
313
313
|
hidden?: boolean | undefined | undefined;
|
|
@@ -610,7 +610,7 @@ export declare const SidebarCreateChatButton: import("styled-components").IStyle
|
|
|
610
610
|
to?: string | undefined;
|
|
611
611
|
disableHoverColor?: boolean | undefined;
|
|
612
612
|
ref?: import("react").Ref<HTMLButtonElement | null> | undefined;
|
|
613
|
-
}
|
|
613
|
+
}, import("react").HTMLAttributes<HTMLButtonElement>>>;
|
|
614
614
|
export declare const SidebarAddGroupButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<{
|
|
615
615
|
children?: import("react").ReactNode;
|
|
616
616
|
value?: string | number | readonly string[] | undefined;
|
package/package.json
CHANGED