nicecode-v2/packages/hooks/es/Foo/index.d.ts
2023-11-29 15:48:08 +08:00

6 lines
98 B
TypeScript

import { type FC } from 'react';
declare const Foo: FC<{
title: string;
}>;
export default Foo;