import React from 'react'; import styles from './index.less'; import { LinkProps } from '../detailInterface'; export default function Detail(props: LinkProps) { const { value } = props; if (!value) return null; if (Array.isArray(value)) { return (