UNPKG

cdbreact

Version:

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

12 lines (11 loc) 538 B
interface Props { fontSize: number; } export declare const Component: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, Props, never>; export declare const StyledTextArea: import("styled-components").StyledComponent<"textarea", import("styled-components").DefaultTheme, { fontSize: number; }, never>; export declare const StyledInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, { fontSize: number; }, never>; export {};