UNPKG

@rfprodz/client-d3-charts

Version:

Angular chart components based on D3JS (https://d3js.org).

8 lines (7 loc) 382 B
/** * Generates a configuration object based on a defaut configuration and an options object. * @param config the default object with all properties * @param options the input object * @param result the output object */ export declare const generateConfiguration: <T>(config: T, options: Partial<T & Record<string, unknown>> | undefined, result: Record<string, unknown>) => T;