import { getUuidShort } from '@douyinfe/semi-foundation/utils/uuid'; import React from 'react'; const TopSlotSvg = ({ gradientStart, gradientEnd }: {gradientStart: string;gradientEnd: string})=> { const id = getUuidShort(); return ; }; export default TopSlotSvg;