synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
13 lines (12 loc) • 346 B
TypeScript
import React from 'react';
import { IconSvgOptions } from './IconSvg';
export declare type IconListProps = {
iconConfigs: {
[index: string]: IconSvgOptions;
};
iconNames: string[];
useTheme?: boolean;
useBackground?: boolean;
};
declare const IconList: React.FunctionComponent<IconListProps>;
export default IconList;