UNPKG

@smart-react-components/ui

Version:
7 lines (6 loc) 275 B
import { StyledProps } from '@smart-react-components/core/styled-props'; interface Props extends StyledProps { hasBorder?: boolean; } declare const _default: import("styled-components").StyledComponent<"header", any, StyledProps & Props, never>; export default _default;