← Back
Editing: label.js
var type = "label"; export function createValue(value) { return { type: type, value: value }; }
Save File
Cancel