ducjs
Version:
The duc 2D CAD file format is a cornerstone of our advanced design system, conceived to cater to professionals seeking precision and efficiency in their design work.
9 lines (8 loc) • 484 B
JavaScript
// automatically generated by the FlatBuffers compiler, do not modify
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
export var VERTICAL_ALIGN;
(function (VERTICAL_ALIGN) {
VERTICAL_ALIGN[VERTICAL_ALIGN["TOP"] = 10] = "TOP";
VERTICAL_ALIGN[VERTICAL_ALIGN["MIDDLE"] = 11] = "MIDDLE";
VERTICAL_ALIGN[VERTICAL_ALIGN["BOTTOM"] = 12] = "BOTTOM";
})(VERTICAL_ALIGN || (VERTICAL_ALIGN = {}));