export type BottomStyleType = { css?: string; value?: number; unit?: BottomStyleUnitType; }; export type BottomStyleUnitType = "px" | "rem" | "%" | "vh" | "vw";