import { IBarChart } from "./Bar"; export interface IStackedBarChart extends Omit { type: "stacked-bar", }