@carbon/ibm-products
Version:
Carbon for IBM Products
17 lines • 545 B
TypeScript
export function UnauthorizedIllustration({ theme, size, alt, ...rest }: {
[x: string]: any;
theme: any;
size: any;
alt: any;
}): React.JSX.Element;
export namespace UnauthorizedIllustration {
namespace propTypes {
let alt: PropTypes.Validator<string>;
let size: PropTypes.Requireable<string>;
let theme: PropTypes.Requireable<string>;
}
}
export default UnauthorizedIllustration;
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=UnauthorizedIllustration.d.ts.map