UNPKG

@bubblewrap/core

Version:

Core Library to generate, build and sign TWA projects

8 lines (7 loc) 182 B
import { EmptyFeature } from './EmptyFeature'; export interface ArCoreConfig { enabled: boolean; } export declare class ArCoreFeature extends EmptyFeature { constructor(); }