export interface Options {
    readonly defaultVW?: number;
    readonly defaultVH?: number;
    readonly updateOnResize?: boolean;
}
