export type PositionTypes = {
    position?: string;
    top?: string;
    right?: string;
    bottom?: string;
    left?: string;
    float?: string;
    transform?: string;
    transform_style?: string;
    translate?: string;
    z_index?: number;
};
