default: {
argTypes: {
job: { control: string; description: string };
"show-company": {
control: string;
defaultValue: boolean;
description: string;
};
"show-date": {
control: string;
defaultValue: boolean;
description: string;
};
"show-location": {
control: string;
defaultValue: boolean;
description: string;
};
};
component: string;
parameters: {
docs: { description: { component: string } };
layout: string;
};
title: string;
}
Type declaration
argTypes: {
job: { control: string; description: string };
"show-company": {
control: string;
defaultValue: boolean;
description: string;
};
"show-date": {
control: string;
defaultValue: boolean;
description: string;
};
"show-location": {
control: string;
defaultValue: boolean;
description: string;
};
}
component: string
parameters: { docs: { description: { component: string } }; layout: string }
title: string