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