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