profinansy-ui-lib 2.0.5 → 2.0.6
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.
|
@@ -5,6 +5,7 @@ export declare const LinkList: import("styled-components").StyledComponent<"div"
|
|
|
5
5
|
opened?: boolean;
|
|
6
6
|
blackVersion?: boolean;
|
|
7
7
|
}, never>;
|
|
8
|
+
export declare const HeaderLeft: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
8
9
|
export declare const HeaderRight: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
10
|
export declare const CreateBtn: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
11
|
export declare const MobileCreateBtn: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -15,3 +16,4 @@ export declare const LogoBtn: import("styled-components").StyledComponent<"butto
|
|
|
15
16
|
export declare const LogoutBtn: import("styled-components").StyledComponent<"button", any, {
|
|
16
17
|
blackVersion?: boolean;
|
|
17
18
|
}, never>;
|
|
19
|
+
export declare const PartnerButton: import("styled-components").StyledComponent<"button", any, {}, never>;
|