All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.controls.InputHidden.InputHidden.jsx Maven / Gradle / Ivy

The newest version!
import React from 'react'

import Input from '../Input/Input'

function InputHidden(props) {
    return 
}

InputHidden.propTypes = Input.propTypes

export default InputHidden




© 2015 - 2024 Weber Informatics LLC | Privacy Policy