windicss/windicss

types for attributify mode in Qwix

acoreyj opened this issue · 0 comments

I have tried a few things in shims.d.ts including the following but no luck
https://github.com/BuilderIO/qwik/tree/main

import { AttributifyAttributes } from 'windicss/types/jsx'

declare module '@builder.io/qwik' {
  interface HTMLAttributes<T> extends AttributifyAttributes {}
}