UNPKG

gatsby-plugin-utils

Version:
5 lines (4 loc) 378 B
import type { Actions, Store } from "gatsby"; import type { IRemoteFileNode, IGraphQLFieldConfigDefinition } from "../types"; export declare function publicUrlResolver(source: IRemoteFileNode, actions: Actions, store?: Store): string; export declare function generatePublicUrlFieldConfig(actions: Actions, store?: Store): IGraphQLFieldConfigDefinition<IRemoteFileNode, string>;