UNPKG

@smart-react-components/ui

Version:
7 lines (6 loc) 412 B
import { StyledProps } from '@smart-react-components/core/styled-props'; import { Partial, ResponsiveProp } from '@smart-react-components/core/types'; export interface Props extends StyledProps, Partial<ResponsiveProp<'col', number>>, Partial<ResponsiveProp<'pos', number>> { } declare const _default: import("styled-components").StyledComponent<"div", any, StyledProps & Props, never>; export default _default;