First of all: Thank you for the great typescript update in v2.0 🥳 I discoverd a typescript issue when trying to add a data attribute to `img-attrs` for `<NuxtPicture />` Example: ```vue <nuxt-picture :src="src" :img-attrs="{ 'data-test': 'test', }" /> ``` Produces following TS Error: <img width="1072" height="272" alt="Image" src="https://github.com/user-attachments/assets/5be26e2d-a067-4a81-bd26-322ff097325d" />