import React, { useState, useRef } from 'react'; import Icon from 'src/components/Icon/index'; import '../g.scss'; function SelectIcon(props: ISelectIcon) { const { value, title = '样式', selectList = [ { value: 'icon-yeqian-xiala-copy', label: '线' }, { value: 'icon-xiangxiasanjiao-copy', label: '面' } ], change } = props; return (
{title}