mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Refactor carousel components (#36425)
Co-authored-by: diondiondion <mail@diondiondion.com>
This commit is contained in:
6
app/javascript/types/dom.d.ts
vendored
Normal file
6
app/javascript/types/dom.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare namespace React {
|
||||
interface HTMLAttributes<T> extends AriaAttributes, DOMAttributes<T> {
|
||||
// Add inert attribute support, which is only in React 19.2. See: https://github.com/facebook/react/pull/24730
|
||||
inert?: '';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user