@cgi-learning-hub/ui
Version:
@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features
31 lines (30 loc) • 560 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import e from "../../client-error-D0Ng5oOn.js";
import o from "../EmptyState/EmptyState.es.js";
const i = {
title: "Components/EmptyState",
component: o,
argTypes: {
image: {
control: "object"
},
imageSrc: {
control: "text"
},
title: {
control: "text"
},
description: {
control: "text"
}
}
}, a = {
args: {
image: /* @__PURE__ */ t(e, { height: "100%" }),
title: "Une erreur est survenue"
}
};
export {
a as Default,
i as default
};