@mexi/uikit 0.0.6 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,18 +1,9 @@
1
1
  import { Language } from "../LangSelector/types";
2
2
  import { FooterLinkType } from "./types";
3
3
  export declare const footerLinks: FooterLinkType[];
4
- export declare const socials: ({
4
+ export declare const socials: {
5
5
  label: string;
6
6
  icon: string;
7
7
  href: string;
8
- items?: undefined;
9
- } | {
10
- label: string;
11
- icon: string;
12
- items: {
13
- label: string;
14
- href: string;
15
- }[];
16
- href?: undefined;
17
- })[];
8
+ }[];
18
9
  export declare const langs: Language[];