@antv/l7plot-component
Version:
Components for L7Plot
39 lines (38 loc) • 950 B
TypeScript
declare const _default: {
"l7plot-legend l7plot-legend__category": {
visibility: string;
zIndex: number;
backgroundColor: string;
boxShadow: string;
borderRadius: string;
color: string;
fontFamily: string;
padding: string;
lineHeight: number;
fontSize: string;
};
"l7plot-legend__title": {
fontSize: string;
lineHeight: string;
marginBottom: string;
};
"l7plot-legend__category-list": {
margin: string;
listStyleType: string;
padding: string;
};
"l7plot-legend__list-item": {
listStyleType: string;
display: string;
alignItems: string;
marginBottom: string;
};
"l7plot-legend__category-marker": {
width: string;
height: string;
};
"l7plot-legend__category-value": {
paddingLeft: string;
};
};
export default _default;