UNPKG

oiocns-editer

Version:

About oiocns of a component package.

11 lines (10 loc) 254 B
import { FileItemShare } from './index'; import React from 'react'; import './index.css'; interface IProps { share: FileItemShare; link: string; finished: () => void; } declare const AudioPlayer: React.FC<IProps>; export default AudioPlayer;