import type { FunctorDefineParams } from '@lingxiteam/functors'; import type { FC } from 'react'; import './index.less'; interface DocsProps { name: string; type: string; functorItem: FunctorDefineParams; } declare const Docs: FC; export default Docs;