use HtmlInputElement;
use NodeRef;
// TODO: remove this in the next version
pub use ;
/// Focus an HTML input element.
///
/// The ref must point to an [`web_sys::HtmlElement`], if it does not, the function does nothing.
/// Retrieve the value of an [`HtmlInputElement`].
///
/// The ref must point to an [`HtmlInputElement`], if it does not, the function will return [`None`].