mintwaterfall
Version:
A powerful, D3.js-compatible waterfall chart component with enterprise features including breakdown analysis, conditional formatting, stacking capabilities, animations, and extensive customization options
26 lines (19 loc) • 702 B
TypeScript
// Type declarations for JavaScript modules during gradual TypeScript migration
declare module "../mintwaterfall-brush.js" {
export function createBrushSystem(): any;
}
declare module "../mintwaterfall-accessibility.js" {
export function createAccessibilitySystem(): any;
}
declare module "../mintwaterfall-tooltip.js" {
export function createTooltipSystem(): any;
}
declare module "../mintwaterfall-export.js" {
export function createExportSystem(): any;
}
declare module "../mintwaterfall-zoom.js" {
export function createZoomSystem(): any;
}
declare module "../mintwaterfall-performance.js" {
export function createPerformanceManager(): any;
}