mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-08-29 15:22:35 +02:00
7 lines
152 B
TypeScript
7 lines
152 B
TypeScript
export declare const allowedParams: string[];
|
|
export declare function getParams(obj?: any): {
|
|
params: any;
|
|
passedParams: any;
|
|
rest: any;
|
|
};
|