UNPKG

@smart-react-components/ui

Version:
8 lines (7 loc) 352 B
import { StyledProps } from '@smart-react-components/core/styled-props'; import { Breakpoint } from '@smart-react-components/core/types/grid'; interface Props extends StyledProps { breakpoint: Breakpoint | null; } declare const _default: import("styled-components").StyledComponent<"div", any, StyledProps & Props, never>; export default _default;