UNPKG

@makeen.io/material-ui-kit

Version:
7 lines (6 loc) 297 B
import { GridProps } from "@material-ui/core/Grid"; declare type FormColumnProps = GridProps & { customStyle?: string; }; declare const _default: import("styled-components").StyledComponent<({ customStyle, ...props }: FormColumnProps) => JSX.Element, any, {}, never>; export default _default;