1
2
3
4
5
6
use {UiAttr, UiCell, UiElem};

pub enum UiParam {
    Attr(UiAttr),
    Child(UiCell<UiElem>),
}