UNPKG

visitor-segments

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