cdbreact
Version:
Elegant UI kit and reusable components for building mobile-first, responsive websites and web apps
14 lines (13 loc) • 550 B
TypeScript
/// <reference types="react" />
export declare const Component: import("styled-components/dist/types").IStyledComponentBase<"web", any> & string;
interface Props {
warning: boolean;
success: boolean;
secondary: boolean;
dark: boolean;
danger: boolean;
info: boolean;
multicolor: boolean;
}
export declare const Circle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").SVGProps<SVGCircleElement>, Props>> & string;
export {};