UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

7 lines (6 loc) 232 B
/** * axios with a custom config. */ declare const getToken: () => string; declare const createStrapiApiAxiosInstance: (baseUrl?: string | null) => import("axios").AxiosInstance; export { createStrapiApiAxiosInstance, getToken };