lark-cms
Version:
Multi terminal CMS component library
38 lines (37 loc) • 755 B
TypeScript
declare const Styled: {
container: {
backgroundColor: string;
};
titleWrapper: {
flexDirection: "row";
justifyContent: "space-between";
alignItems: "center";
backgroundColor: string;
};
twTitle: {
color: string;
fontSize: number;
fontWeight: "bold";
paddingLeft: number;
};
twSubTitle: {
color: string;
fontSize: number;
paddingLeft: number;
};
twMoreTitle: {
color: string;
fontSize: number;
paddingRight: number;
};
userTitle: {
fontSize: number;
};
userSubTitle: {
fontSize: number;
};
noLogin: {
fontSize: number;
};
};
export default Styled;