UNPKG

facet-lib

Version:

React component library for the Bare Metal Installer

4 lines (3 loc) 149 B
import { AxiosPromise } from 'axios'; import { ListVersions } from './types'; export declare const getVersions: () => AxiosPromise<ListVersions>;