synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
12 lines (11 loc) • 318 B
TypeScript
import * as React from 'react';
import { KeyValue } from '../../../utils/functions/sqlFunctions';
declare type IconProps = {
type: string;
iconOptions?: KeyValue;
value?: string;
isHeader?: boolean;
cssClass?: string;
};
declare const Icon: React.FunctionComponent<IconProps>;
export default Icon;