import { offset, shift } from "@floating-ui/dom";
export const DEFAULT_POSITION_CONFIG = {
strategy: 'fixed',
middleware: [offset(5), shift({ padding: 5 })]
};
export const DEFAULT_DELAY_CONFIG = 1000;
export const DEFAULT_AUTO_PLACEMENT_CONFIG = {
padding: 5
};