UNPKG

oiocns-editer

Version:

About oiocns of a component package.

8 lines (7 loc) 154 B
import React from 'react'; import './index.css'; interface IProps { audioRef: any; } declare const Speaker: React.FC<IProps>; export default Speaker;