Remove eslint and run prettier (changelog ignore)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
|
||||
/* eslint-disable @typescript-eslint/ban-types */
|
||||
import type { FC, ComponentClass } from "react";
|
||||
|
||||
export type ReactComponent<Props extends Record<string, unknown> = {}> =
|
||||
| ((props: Props) => ReturnType<FC>)
|
||||
| ComponentClass<Props>;
|
||||
| ComponentClass<Props>;
|
||||
|
Reference in New Issue
Block a user