UNPKG

visitor-segments

Version:
8 lines 327 B
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