@superset-ui/core
Version:
9 lines • 307 B
TypeScript
type Props = {
className?: string;
height: number | string;
id?: string;
width: number | string;
};
declare const NoResultsComponent: ({ className, height, id, width }: Props) => import("react").JSX.Element;
export default NoResultsComponent;
//# sourceMappingURL=NoResultsComponent.d.ts.map