"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextureShape = exports.PointShape = void 0; exports.PointShape = Object.freeze({ Circle: 'circle', Square: 'square', Diamond: 'diamond', Plus: 'plus', X: 'x', Triangle: 'triangle', }); exports.TextureShape = Object.freeze({ ...exports.PointShape, Line: 'line', }); //# sourceMappingURL=theme.js.map