UNPKG

soda-material

Version:

A React(>=18) component library that may follow [Material Design 3](https://m3.material.io/components) (a.k.a. Material You)

10 lines (8 loc) 228 B
import type { DetailedHTMLProps } from 'react' declare module 'react' { interface StyleHTMLAttributes<T> extends DetailedHTMLProps<StyleHTMLAttributes<T>, T> { jsx?: boolean global?: boolean } }