UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

16 lines (15 loc) 361 B
export function NoDataIllustration({ theme, size, alt, ...rest }: { [x: string]: any; theme: any; size: any; alt: any; }): React.JSX.Element; export namespace NoDataIllustration { namespace propTypes { let alt: any; let size: any; let theme: any; } } export default NoDataIllustration; import React from 'react';