@carbon/ibm-products
Version:
Carbon for IBM Products
11 lines • 310 B
TypeScript
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