8 lines
183 B
JavaScript
8 lines
183 B
JavaScript
|
|
const Tools = {
|
|
COLOR_PICKER: "color_picker",
|
|
EVENT_HANDLER: "event_handler", // shows a event handler with all the possible function in the dropdown
|
|
}
|
|
|
|
|
|
export default Tools |