default: {
argTypes: {
"database-url": {
control: string;
defaultValue: string;
description: string;
options: string[];
};
limit: {
control: { max: number; min: number; step: number; type: string };
defaultValue: number;
description: string;
};
placeholder: {
control: string;
defaultValue: string;
description: string;
};
query: { control: string; defaultValue: string; description: string };
"search-type": {
control: string;
defaultValue: string;
description: string;
options: string[];
};
};
component: string;
parameters: { docs: { description: { component: string } } };
title: string;
}
Type declaration
argTypes: {
"database-url": {
control: string;
defaultValue: string;
description: string;
options: string[];
};
limit: {
control: { max: number; min: number; step: number; type: string };
defaultValue: number;
description: string;
};
placeholder: { control: string; defaultValue: string; description: string };
query: { control: string; defaultValue: string; description: string };
"search-type": {
control: string;
defaultValue: string;
description: string;
options: string[];
};
}
component: string
parameters: { docs: { description: { component: string } } }
title: string