import type { FC, PropsWithChildren } from 'react'; export type FsFC<T = any> = FC<PropsWithChildren<T>>;
发表回复