import type {FC} from 'react'; import React from 'react'; import {AnchorLink} from 'dumi/theme'; import './SlugList.less'; const SlugsList: FC<{slugs: any}> = ({slugs}) => ( ); export default SlugsList;