export interface IStyle {
    width?: string;
    height?: string;
    transform?: string;
}
