UNPKG

koishi-plugin-chatluna-character-card

Version:
9 lines (8 loc) 252 B
import { Context } from 'koishi'; import { Config } from '..'; export declare function apply(ctx: Context, config: Config): void; declare module 'koishi' { interface Events { 'chatluna-character-card/load-all': () => Promise<void>; } }