UNPKG

@makeen.io/material-ui-kit

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