UNPKG

225 BTypeScriptView Raw
1import { Apollo } from './Apollo';
2import { SelectPipe } from './SelectPipe';
3export declare const PROVIDERS: (typeof Apollo)[];
4export declare const DECLARATIONS: (typeof SelectPipe)[];
5export declare class ApolloModule {
6}