mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
6 lines
144 B
TypeScript
Executable File
6 lines
144 B
TypeScript
Executable File
import { Options } from './types';
|
|
export declare function createConfig(context: any, opts?: any): {
|
|
context: any;
|
|
options: Options;
|
|
};
|