5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
![]() |
import { Command } from "../Editor/CommandMachine";
|
||
|
export declare class ShowRecycleBin implements Command {
|
||
|
exec(): Promise<void>;
|
||
|
}
|
||
|
//# sourceMappingURL=ShowRecycleBin.d.ts.map
|