UNPKG

react-openfin-mat-impl

Version:
8 lines (7 loc) 207 B
import * as React from 'react'; import { IConfigTab } from 'react-openfin'; interface IProps { tabs: IConfigTab[]; } declare const ConfigView: React.FunctionComponent<IProps>; export default ConfigView;