Home Reference Source

props/events/events.js

export const CHANGE = 'change'
export const LOAD = 'load'

export default {
  CHANGE,
  LOAD
}