use crate::*;
#[derive(Clone, Data, Debug, Default, New)]
pub struct EuvLoadingProps {
#[get(type(copy))]
pub title: &'static str,
#[get(type(copy))]
pub subtitle: &'static str,
#[get(type(copy))]
pub overlay: bool,
#[get(type(copy))]
pub background: &'static str,
}