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