乐趣区

关于typescript:React18-FC-props没有children类型问题

import type {FC, PropsWithChildren} from 'react';


export type FsFC<T = any> = FC<PropsWithChildren<T>>;
退出移动版