export interface SliderState {
    style: any;
    active: boolean;
}
export interface WorkerState {
    value: number;
    active: boolean;
}
