html_sys/interactive/
mod.rs

1//! HTML offers a selection of elements which help to create interactive user interface objects.
2mod details;
3pub use details::*;
4mod dialog;
5pub use dialog::*;
6mod summary;
7pub use summary::*;