IEvents.ts 51 Bytes Raw Blame History Permalink 1 2 3 4 export interface IEvents { resize: () => void }