cdbreact
Version:
Elegant UI Kit and reusable components for building mobile-first, responsive webistes and web apps
8 lines (7 loc) • 483 B
TypeScript
/// <reference types="react" />
export declare const Component: import("styled-components").StyledComponent<"li", import("styled-components").DefaultTheme, {
colors: string;
}, never>;
export declare const LinkComponent: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react-router-dom").LinkProps & import("react").RefAttributes<HTMLAnchorElement>>, import("styled-components").DefaultTheme, {
colors: string;
}, never>;