@carbon/ibm-products
Version:
Carbon for IBM Products
13 lines • 375 B
TypeScript
export function HTTPErrorSvgOther({ className, title }: {
className: any;
title: any;
}): React.JSX.Element;
export namespace HTTPErrorSvgOther {
namespace propTypes {
export { string as className };
export { string as title };
}
}
import React from 'react';
import { string } from 'prop-types';
//# sourceMappingURL=HTTPErrorSvgOther.d.ts.map