Every line of 'export const react' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
30 export () { 31 return { 32 name: this.name, 33 endpoints: this.endpoints.map(e => e.export()), 34 onUpdate: this.onUpdate, 35 onDelete: this.onDelete, 36 }; 37 }
953 value: function _export() { 954 return { 955 value: this.data.value, 956 text: this.data.text, 957 hidden: this.data.hidden 958 }; 959 }