UNPKG

abhay-charts

Version:
16 lines (15 loc) 279 B
/** * Chart is the container of utilities of methods * * @class Charts */ declare class Charts { /** * scales the chart * * @returns {number} returns the aspect ratio * @memberof Charts */ scale(): number; } export { Charts };