cdbreact
Version:
Elegant UI Kit and reusable components for building mobile-first, responsive webistes and web apps
12 lines (11 loc) • 330 B
TypeScript
interface Props {
tooltipBackground: string;
direction: string;
status: string;
size: number;
background: string;
active: any;
icon: any;
}
export declare const Component: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, Props, never>;
export {};