export type TEventMap = { resize: (args: { windowSize: number; }) => void; };