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