import { h, Component } from 'preact'; import { onChangeEvent } from '../../util/event'; export default class DelayAction extends Component { constructor() { super(); this.onChange = onChangeEvent.bind(this, 'action'); } render({ action }) { const { delay } = action; return (