import { ZTextInput_Props } from '@zurich/dev-utils/code/TextInput'; export type TextInput_StyleProps = { /** ## Text input [🔗](https://zds.zurich.com/inputs/textinput) */ 'z-text-input'?: ZTextInput_Props['config'] | true; };