import type { Style } from '#types'; global { namespace React { interface HTMLAttributes { classStyle?: Style; } interface SVGAttributes { classStyle?: Style; } } }