Implement SplitButton from Material 3 Expressive

This commit is contained in:
2026-03-17 08:52:53 +03:00
Unverified
parent a266de1793
commit a23880eaec
12 changed files with 904 additions and 25 deletions
+6
View File
@@ -8,6 +8,12 @@ declare global {
interface SyntheticEvent<T = Element, E = Event> {
target: EventTarget & T;
}
namespace JSX {
interface IntrinsicElements {
"mdui-ripple": DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
}
}
}
// Augment DOM event listeners to provide typed target for ALL elements