2021-01-28 10:17:21 +08:00
|
|
|
import { Polyline } from "../DatabaseServices/Entity/Polyline";
|
2023-08-01 18:02:36 +08:00
|
|
|
import { IGetRoomInfo } from "../UI/Components/Template/GetRoomCabName";
|
2021-01-28 10:17:21 +08:00
|
|
|
/**构建顶线 */
|
2023-08-01 18:02:36 +08:00
|
|
|
export declare function buildTopline(outline: Polyline, name: string, option?: IGetRoomInfo): Promise<void>;
|
2021-01-28 10:17:21 +08:00
|
|
|
//# sourceMappingURL=DrawTopline.d.ts.map
|