import { ParentSize } from '../..'; import type { BarStackProps } from './models'; import ResponsiveBarStack from './ResponsiveBarStack'; const Bar = (props: BarStackProps): JSX.Element => ( {({ width, height }) => ( )} ); export default Bar;