3
头图
import type { FC, PropsWithChildren } from 'react';


export type FsFC<T = any> = FC<PropsWithChildren<T>>;

白水
1.8k 声望389 粉丝