UNPKG

@bubblewrap/core

Version:

Core Library to generate, build and sign TWA projects

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