UNPKG

cdbreact

Version:

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

7 lines (6 loc) 209 B
interface Props { space: any; color: any; } export declare const Component: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, Props, never>; export {};