import { ZBarChart_Props } from '@zurich/dev-utils/code/BarChart'; export type BarChart_StyleProps = { /** ## Bar chart [🔗]() */ 'z-bar-chart'?: ZBarChart_Props['config'] | true | ''; };