@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
7 lines (6 loc) • 298 B
TypeScript
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;