shims.d.ts 267 B

1234567
  1. // This File is only needed if you use Attributify
  2. // Learn more: https://unocss.dev/presets/attributify
  3. import type { AttributifyAttributes } from 'unocss/preset-attributify'
  4. declare module 'react' {
  5. interface HTMLAttributes<T> extends AttributifyAttributes {}
  6. }