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