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