We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a4a1b commit 9932316Copy full SHA for 9932316
src/yt-web-components.d.ts
@@ -39,16 +39,7 @@ declare module 'solid-js' {
39
key?: string;
40
}
41
42
- type MduiIcons = Extract<
43
- keyof HTMLElementTagNameMap,
44
- `mdui-icon-${string}`
45
- >;
46
-
47
- type MduiIconElements = {
48
- [k in MduiIcons]: ComponentProps<'div'>;
49
- };
50
51
- interface IntrinsicElements extends MDUIElements, MduiIconElements {
+ interface IntrinsicElements extends MDUIElements {
52
'center': ComponentProps<'div'>;
53
'ytmd-trans': ComponentProps<'span'> & YtmdTransProps;
54
'yt-formatted-string': ComponentProps<'span'> & YtFormattedStringProps;
0 commit comments