UNPKG

audiocard

Version:

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

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