UNPKG

soda-material

Version:

A component library that may follow [material design 3](https://m3.material.io/components) (a.k.a. material you)

11 lines (9 loc) 311 B
// eslint-disable-next-line @typescript-eslint/no-unused-vars import type { DetailedHTMLProps, StyleHTMLAttributes } from 'react' declare module 'react' { interface StyleHTMLAttributes<T> extends DetailedHTMLProps<StyleHTMLAttributes<T>, T> { jsx?: boolean global?: boolean } }