UNPKG

lark-cms

Version:

Multi terminal CMS component library

27 lines (26 loc) 545 B
declare const Styled: { container: { backgroundColor: string; }; 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;