UNPKG

visitor-segments

Version:
8 lines 299 B
import { Segment } from '../segment'; import { ValueStorageInterface } from '../lib/interfaces'; export declare class PageUrl extends Segment { constructor(visitor: ValueStorageInterface); setValue(value?: any): void; protected defaultValue(): {}; } //# sourceMappingURL=pageUrl.d.ts.map