UNPKG

cdbreact

Version:

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

13 lines (12 loc) 473 B
export declare const Component: import("styled-components").StyledComponent<"svg", import("styled-components").DefaultTheme, any, never>; interface Props { warning: boolean; success: boolean; secondary: boolean; dark: boolean; danger: boolean; info: boolean; multicolor: boolean; } export declare const Circle: import("styled-components").StyledComponent<"circle", import("styled-components").DefaultTheme, Props, never>; export {};