UNPKG

koishi-plugin-beatsaber-bot

Version:

一个 用于 BeatSaber 的 koishi Bot 插件

9 lines (8 loc) 383 B
/** @jsxImportSource react */ import React from "react"; import Puppeteer from "koishi-plugin-puppeteer"; declare function App({ children }: { children?: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; export default App; export declare const renderImg: (puppeteer: Puppeteer, child: React.ReactNode, onStart?: () => void, onError?: () => void) => Promise<string>;