koishi-plugin-beatsaber-bot
Version:
一个 用于 BeatSaber 的 koishi Bot 插件
11 lines (10 loc) • 319 B
TypeScript
import { Score, BSMap, BSOR } from "../interfaces";
interface BLScoreProps {
score: Score;
bsMap: BSMap;
statistic: any;
bsor: BSOR;
qrcodeUrl: string;
}
export declare function BLScore({ score, bsMap, statistic, bsor, qrcodeUrl }: BLScoreProps): import("react/jsx-runtime").JSX.Element;
export {};