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