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