UNPKG

cdbreact

Version:

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

7 lines (6 loc) 224 B
interface Props { direction: string; background: string; } export declare const Component: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, Props, never>; export {};