UNPKG

tsp-component

Version:

提供多端和react版本的UI组件

8 lines 136 B
interface TspComponentIconProps { className?: string; onClick: Function; /** * 图标链接地址 */ src: string; }