import { ZSidebar_Props } from '@zurich/dev-utils/code/Sidebar'; export type Sidebar_StyleProps = { /** ## Sidebar [🔗](https://zds.zurich.com/layouts/sidebar) * */ 'z-sidebar'?: ZSidebar_Props['config'] | true | ''; };