@antv/l7plot-component
Version:
Components for L7Plot
33 lines (32 loc) • 775 B
TypeScript
declare const _default: {
"l7plot-legend l7plot-legend__continue": {
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__ribbon": {
display: string;
alignItems: string;
};
"l7plot-legend__gradient-bar": {
width: string;
height: string;
margin: string;
};
"l7plot-legend__value-range": {
padding: string;
};
};
export default _default;