mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-25 04:18:48 +02:00
fix typescript AGAIN, fix icons, ignore pnpm lock
This commit is contained in:
@@ -12,5 +12,5 @@ import { IconsModule } from '../webpack';
|
||||
// }
|
||||
|
||||
export const Spinner = Object.values(IconsModule).find((mod: any) =>
|
||||
mod?.toString()?.includes("Spinner)}),a.createElement(\"path\",{d:\"M18 "),
|
||||
mod?.toString && /Spinner\)}\),.\.createElement\(\"path\",{d:\"M18 /.test(mod.toString())
|
||||
) as FC<{}>;
|
||||
Reference in New Issue
Block a user