UNPKG

@rindo/core

Version:

A Compiler for Web Components and Progressive Web Apps

8 lines (7 loc) 445 B
import type * as d from '@rindo/core/internal'; import { ScreenshotConnector } from './connector-base'; export declare class ScreenshotLocalConnector extends ScreenshotConnector { publishBuild(results: d.ScreenshotBuildResults): Promise<d.ScreenshotBuildResults>; getScreenshotCache(): Promise<d.ScreenshotCache>; updateScreenshotCache(cache: d.ScreenshotCache, buildResults: d.ScreenshotBuildResults): Promise<d.ScreenshotCache>; }