UNPKG

@plugin-light/project-config-pixui

Version:
4 lines (3 loc) 187 B
import type { AppDef } from './types'; export declare function getLocalIP(): string[]; export declare const setupFilter: (appDef: AppDef[], _port: number | string) => (app: any) => void;