//#region src/core/path.d.ts type Curve = "linear" | "smooth" | "step"; //#endregion export { Curve as t };