orbit/component/props/
mod.rs

1//! Props module for component properties
2
3#[allow(clippy::module_inception)]
4mod props;
5
6pub use props::*;