@carbon/ibm-products
Version:
Carbon for IBM Products
19 lines (18 loc) • 505 B
TypeScript
export function HTTPErrorContent({ description, errorCodeLabel, title, links, }: {
description: any;
errorCodeLabel: any;
title: any;
links: any;
}): React.JSX.Element;
export namespace HTTPErrorContent {
export { componentName as displayName };
export namespace propTypes {
let description: any;
let errorCodeLabel: any;
let links: any;
let title: any;
}
}
import React from 'react';
declare const componentName: "HTTPErrorContent";
export {};