remove typing for mdui icons

This commit is contained in:
ArjixWasTaken
2025-10-12 03:17:42 +03:00
parent 86a4a1b41e
commit 9932316be1

View File

@ -39,16 +39,7 @@ declare module 'solid-js' {
key?: string;
}
type MduiIcons = Extract<
keyof HTMLElementTagNameMap,
`mdui-icon-${string}`
>;
type MduiIconElements = {
[k in MduiIcons]: ComponentProps<'div'>;
};
interface IntrinsicElements extends MDUIElements, MduiIconElements {
interface IntrinsicElements extends MDUIElements {
'center': ComponentProps<'div'>;
'ytmd-trans': ComponentProps<'span'> & YtmdTransProps;
'yt-formatted-string': ComponentProps<'span'> & YtFormattedStringProps;