Commit 9ffc735c authored by nanahira's avatar nanahira

workaround fix for selectContext again

parent c3d3ca3c
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;
}
export * from './src/utility/select-context';
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