UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 215 B
import React, { CSSProperties } from 'react'; export type EmptyIconProps = { className?: string; style?: CSSProperties; }; export declare const EmptyIcon: (props: EmptyIconProps) => React.JSX.Element;