import { ZSelectableCards_Props } from '@zurich/dev-utils/code/SelectableCards'; export type SelectableCards_StyleProps = { /** ## Time input [🔗](https://zds.zurich.com/inputs/selectable_cards) */ 'z-selectable-cards'?: ZSelectableCards_Props['config'] | true; };