mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:32:00 +00:00
Explicit import type
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { ComponentType, FC, createContext, useContext, useEffect, useState } from 'react';
|
import { ComponentType, FC, createContext, useContext, useEffect, useState } from 'react';
|
||||||
import { RouteProps } from 'react-router';
|
import type { RouteProps } from 'react-router';
|
||||||
|
|
||||||
export interface RouterEntry {
|
export interface RouterEntry {
|
||||||
props: Omit<RouteProps, 'path' | 'children'>;
|
props: Omit<RouteProps, 'path' | 'children'>;
|
||||||
|
|||||||
Reference in New Issue
Block a user