lark-cms
Version:
Multi terminal CMS component library
28 lines (27 loc) • 572 B
TypeScript
declare const Styled: {
container: {
backgroundColor: string;
minHeight: number;
};
titleWrapper: {
flexDirection: "row";
justifyContent: "space-between";
alignItems: "center";
backgroundColor: string;
};
twTitle: {
color: string;
fontSize: number;
fontWeight: "bold";
marginRight: number;
};
twSubTitle: {
color: string;
fontSize: number;
};
twMoreTitle: {
color: string;
fontSize: number;
};
};
export default Styled;