UNPKG

gatsby

Version:
3 lines (2 loc) 203 B
import { IGatsbyState, ActionsUnion } from "../types"; export declare const remoteFileAllowedUrlsReducer: (state: Set<string> | undefined, action: ActionsUnion) => IGatsbyState["remoteFileAllowedUrls"];