UNPKG

mixmotion-player

Version:

Stream new music with dynamic visuals. A React audio player component with Mixcloud integration and fullscreen visual effects for a rich, immersive listening experience. It offers versatile access to Mixcloud content from playlists to users, genres and sh

15 lines (13 loc) 375 B
import { default as React } from 'react'; type CustomLinkProps = { to: string; children: React.ReactNode; focusKey?: string; handlePress?: () => void | undefined; handleRelease?: () => void | undefined; disabled?: boolean; overrideFocus?: boolean; className?: string; }; export declare const CustomLink: React.FC<CustomLinkProps>; export {};