export interface StyleOptions {
    width: string;
    'min-height': string;
    disabled: boolean;
}
