cl-react-graph
Version:
10 lines (9 loc) • 299 B
TypeScript
import { ISVGLineStyle } from '../Histogram';
declare const _default: (selection: any, style: ISVGLineStyle) => any;
/**
* Apply style object to a d3 selection
* @param {Object} selection D3 selection
* @param {Object} style Css styling
* @return {Object} selection
*/
export default _default;