interface cssList {
fatherNode?: string;
namespace?: string;
width?: number;
height?: number;
marginTop?: number;
marginLeft?: number;
marginRight?: number;
marginBottom?: number;
color?: string;
backgroundColor?: string;
backgroundUrl?: string;
}
export type { cssList };