react-aplayer-2.0
Version:
A React wrapper component of APlayer
29 lines (28 loc) • 603 B
TypeScript
declare const _default: {
apLrcList: {
theme: string;
lrcType: number;
audio: {
name: string;
artist: string;
url: string;
cover: string;
lrc: string;
theme: string;
}[];
};
apFixedLrcList: {
fixed: boolean;
mini: boolean;
lrcType: number;
audio: {
name: string;
artist: string;
url: string;
cover: string;
lrc: string;
theme: string;
}[];
};
};
export default _default;