mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-08-19 07:03:23 +08:00
6 lines
205 B
TypeScript
6 lines
205 B
TypeScript
|
|
/// <reference path="./types.d.ts" />
|
||
|
|
export * from "./bg-render/index.ts";
|
||
|
|
export type * from "./interfaces.ts";
|
||
|
|
export * from "./lyric-player/index.ts";
|
||
|
|
export type * as spring from "./utils/spring.ts";
|