UNPKG

cdbreact

Version:

Elegant UI Kit and reusable components for building mobile-first, responsive webistes and web apps

8 lines (7 loc) 361 B
export declare const MenuNav: import("styled-components").StyledComponent<"nav", import("styled-components").DefaultTheme, {}, never>; interface Props { textColor: string; backgroundColor: string; } export declare const MenuUl: import("styled-components").StyledComponent<"ul", import("styled-components").DefaultTheme, Props, never>; export {};