UNPKG

shineout

Version:

Shein 前端组件库

4 lines (3 loc) 185 B
import React from 'react'; import { IconCompProps } from './Props'; export default function icon(url: string, fontFamily?: string, prefix?: string): React.ComponentType<IconCompProps>;