export interface Rotation {
    rotate?: number;
    'rotate-x'?: number;
    'rotate-y'?: number;
}
