cdbreact
Version:
Elegant UI kit and reusable components for building mobile-first, responsive websites and web apps
8 lines (7 loc) • 623 B
TypeScript
/// <reference types="react" />
export declare const Component: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {
colors: string;
}>> & string;
export declare const LinkComponent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {
colors: string;
}>> & string;