mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-08-29 23:32:33 +02:00
Initial release
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export declare const allowedParams: string[];
|
||||
export declare function getParams(obj?: any): {
|
||||
params: any;
|
||||
passedParams: any;
|
||||
rest: any;
|
||||
};
|
||||
Reference in New Issue
Block a user