export interface IInputProps {
    block?: boolean;
    width?: string;
}
