UNPKG

@lexmin0412/gcm

Version:
6 lines (5 loc) 192 B
import { UserConfig } from "../../types"; export declare const createServerAndOpenPage: (options: { localConfig: UserConfig[]; remoteConfig: UserConfig[]; }) => Promise<UserConfig[]>;