UNPKG

@envelop/core

Version:
4 lines (3 loc) 234 B
import type { DefaultContext, Maybe, Plugin } from '@envelop/types'; export declare const useSchema: (schema: any) => Plugin; export declare const useSchemaByContext: (schemaLoader: (context: Maybe<DefaultContext>) => any) => Plugin;