UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

8 lines (7 loc) 288 B
import ElementProps from "../Element/Props"; export interface Props extends ElementProps { topBorder?: boolean; bottomBorder?: boolean; } declare const _default: import("styled-components").StyledComponent<"div", any, ElementProps & Props, never>; export default _default;