import { InputProps } from 'antd/lib/input'; import { IMarginProps } from '../commonTypes'; export interface IRaiseInputProps extends InputProps, IMarginProps { }