export function customEvent(name: string, value: any): CustomChangeEvent { return { target: { type: 'custom', name, value } } }