Skip to main content

dioxus_element_plug/components/
select_v2.rs

1// SelectV2 re-exports Select for now (virtualized version would use same API)
2pub use super::select::{Select, SelectProps, SelectOption, SelectSize};