UNPKG

facet-lib

Version:

React component library for the Bare Metal Installer

8 lines (7 loc) 247 B
import React from 'react'; import { History } from 'history'; export declare const redirectToCluster: (history: History, id: string) => void; declare const RedirectToCluster: React.FC<{ id: string; }>; export default RedirectToCluster;