UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

10 lines (9 loc) 221 B
import React from 'react'; interface WaveformIconProps { height?: number; width?: number; lineColor?: string; bgColor?: string; } export declare const WaveformIcon: React.FC<WaveformIconProps>; export {};