UNPKG

@carbon/ibm-products

Version:
11 lines 310 B
export function ErrorGenericSVG({ className }: { className: any; }): React.JSX.Element; export namespace ErrorGenericSVG { namespace propTypes { export { string as className }; } } import React from 'react'; import { string } from 'prop-types'; //# sourceMappingURL=ErrorGenericSVG.d.ts.map