UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

12 lines (11 loc) 287 B
export function HTTPErrorSvg404({ className, title }: { className: any; title: any; }): React.JSX.Element; export namespace HTTPErrorSvg404 { namespace propTypes { export { string as className }; export { string as title }; } } import React from 'react';