UNPKG

audiocard

Version:

Opinionated, responsive, audio player compatible with Twitter Cards - Fully RSC compliant

7 lines (6 loc) 131 B
import React from 'react'; interface Props { className?: string; } declare const Pause: React.FC<Props>; export default Pause;