export type GridItemInstance = { updatePosInfo: () => void; }; export type ResponsivePoint = { w: number; label: string; };