mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-04 19:27:50 +08:00
finish basic autocraft for create store
This commit is contained in:
9
types/cc/completion.d.ts
vendored
Normal file
9
types/cc/completion.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/** @noSelfInFile **/
|
||||
/** @noResolution **/
|
||||
declare module "cc.completion" {
|
||||
export function choice(text: string, choices: string[], add_space?: boolean): string[];
|
||||
export function peripheral(text: string, add_space?: boolean): string[];
|
||||
export function side(text: string, add_space?: boolean): string[];
|
||||
export function setting(text: string, add_space?: boolean): string[];
|
||||
export function command(text: string, add_space?: boolean): string[];
|
||||
}
|
||||
Reference in New Issue
Block a user