visitor-segments
Version:
Hellobar Segments.
8 lines • 327 B
TypeScript
import { Segment } from '../segment';
import { ValueStorageInterface } from '../lib/interfaces';
export declare class Device extends Segment {
constructor(visitor: ValueStorageInterface);
setValue(value?: any): void;
protected defaultValue(): "tablet" | "mobile" | "computer";
}
//# sourceMappingURL=device.d.ts.map