export type GetContainer = HTMLElement | (() => HTMLElement) | null;
