Web:Components:Cron Added description

This commit is contained in:
Akmal Isomadinov 2023-09-07 18:45:40 +05:00
parent 2ba6366f29
commit 278abb827c

View File

@ -63,6 +63,18 @@ type Story = StoryObj<CronType>;
const meta: Meta<CronType> = {
title: "Components/Cron",
component: Cron,
argTypes: {
value: {
description: "Cron value",
},
setValue: {
description: "Set the cron value, similar to onChange.",
},
onError: {
description:
"Triggered when the cron component detects an error with the value.",
},
},
};
export default meta;