style: explicit ype qualifier

This commit is contained in:
Lewis Crichton 2023-09-02 21:29:44 +01:00
parent b7fb178f1f
commit 0d66604be5
No known key found for this signature in database

View file

@ -25,11 +25,11 @@ import { classes } from "@utils/misc";
import { showItemInFolder } from "@utils/native"; import { showItemInFolder } from "@utils/native";
import { useAwaiter } from "@utils/react"; import { useAwaiter } from "@utils/react";
import type { ThemeHeader } from "@utils/themes"; import type { ThemeHeader } from "@utils/themes";
import { UserThemeHeader } from "@utils/themes/bd"; import type { UserThemeHeader } from "@utils/themes/bd";
import { findByCodeLazy, findByPropsLazy, findLazy } from "@webpack"; import { findByCodeLazy, findByPropsLazy, findLazy } from "@webpack";
import { Button, Card, FluxDispatcher, Forms, React, showToast, TabBar, TextArea, useEffect, useRef, useState } from "@webpack/common"; import { Button, Card, FluxDispatcher, Forms, React, showToast, TabBar, TextArea, useEffect, useRef, useState } from "@webpack/common";
import type { ComponentType, Ref, SyntheticEvent } from "react"; import type { ComponentType, Ref, SyntheticEvent } from "react";
import { UserstyleHeader } from "usercss-meta"; import type { UserstyleHeader } from "usercss-meta";
import { AddonCard } from "./AddonCard"; import { AddonCard } from "./AddonCard";
import { SettingsTab, wrapTab } from "./shared"; import { SettingsTab, wrapTab } from "./shared";