UNPKG

react-udux-player

Version:

A customizable music player for React applications

5 lines (4 loc) 201 B
import { IconProps } from "../../types/misc"; export declare const RepeatOutlineIcon: ({ color, width, height, }: IconProps & { fullScreen?: boolean; }) => import("react/jsx-runtime").JSX.Element;