bulletpoints
Version:
JavaScript PowerPoint Library
8 lines (7 loc) • 349 B
TypeScript
import { IShadowOptions } from './core-interfaces';
/**
* Checks shadow options passed by user and performs corrections if needed.
* @param {IShadowOptions} IShadowOptions - shadow options
*/
export declare function correctShadowOptions(IShadowOptions: IShadowOptions): void;
export declare const cleanChartOptions: (options: any) => any;