UNPKG

@bubblewrap/core

Version:

Core Library to generate, build and sign TWA projects

8 lines (7 loc) 204 B
import { EmptyFeature } from './EmptyFeature'; export type LocationDelegationConfig = { enabled: boolean; }; export declare class LocationDelegationFeature extends EmptyFeature { constructor(); }