goobs-frontend
Version:
A comprehensive React-based libary for building modern web applications
8 lines • 297 B
TypeScript
import { default as React } from 'react';
import { IconStyles } from '../../theme';
interface ExpandMoreProps extends React.SVGProps<SVGSVGElement> {
styles?: IconStyles;
}
declare const ExpandMore: React.FC<ExpandMoreProps>;
export default ExpandMore;
//# sourceMappingURL=ExpandMore.d.ts.map