UNPKG

react-openfin-mat-impl

Version:
9 lines (8 loc) 226 B
import * as React from 'react'; interface IProps { appLogo: string; companyLogo: string; supporterEmail?: string; } declare const ConfigAboutField: React.FunctionComponent<IProps>; export default ConfigAboutField;