dioxus_tw_components/components/atoms/spacer/
style.rs

1use super::props::*;
2use crate::attributes::*;
3
4impl Class for SpacerProps {
5    fn base(&self) -> &'static str {
6        ""
7    }
8}