summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget/combo_box.rs
blob: bb3931ef01c4cfc4f7eec028765769b630f14ede (plain) (blame)
1
2
3
pub use iced_native::combo_box::State;

pub type ComboBox<'a, T, Message> = iced_native::ComboBox<'a, T, Message>;