import { ZFlag_Props } from '@zurich/dev-utils/code/Flag'; export type Flag_StyleProps = { /** ## Flag */ 'z-flag'?: '' | true; /** */ country?: ZFlag_Props['country']; };