UNPKG

facet-lib

Version:

React component library for the Bare Metal Installer

8 lines (7 loc) 244 B
import React from 'react'; import { RouteComponentProps } from 'react-router-dom'; declare type MatchParams = { clusterId: string; }; declare const ClusterPage: React.FC<RouteComponentProps<MatchParams>>; export default ClusterPage;