1
2
3
4
5
6
7
8
9
10
11
12
13
use std::collections::HashMap;

use crate::toast::ZToastProps;



pub struct ZShare{
    pub color:String,
    pub radius:String,
    pub i18n:String,
    pub word:HashMap<String,String>,
    pub toast:ZToastProps,
}