Commit 54da9b54 authored by nanahira's avatar nanahira

workaround fix for selectContext

parent d12ee877
import { Context } from 'koishi';
export * from 'satori-decorators';
export * from './src/cosmotype-exports';
export * from './src/decorators';
export * from './src/def';
export * from './src/registrar';
declare module 'satori-decorators' {
function selectContext<Ctx extends Context>(
root: Ctx,
options: Selection,
): Ctx;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment