export interface PreventableEvent {
    preventDefault: () => void;
}
