UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

10 lines (9 loc) 228 B
export function ErrorGenericSVG({ className }: { className: any; }): React.JSX.Element; export namespace ErrorGenericSVG { namespace propTypes { export { string as className }; } } import React from 'react';