C: Readonly<
{
__namedExportsOrder: string[];
__proto__: null;
default: {
argTypes: {
backgroundColor: { control: string };
size: { control: { type: string }; options: string[] };
};
component: typeof CommandBar;
tags: string[];
title: string;
};
Large: { args: { label: string; size: string } };
Primary: {
args: {
links: {
__typename: string;
description: string;
href: string;
iconifyIcon: { name: string; pack: string };
id: string;
title: string;
}[];
searchEngines: {
__typename: string;
href: string;
iconifyIcon: { name: string; pack: string };
id: string;
shortName: string;
title: string;
}[];
};
};
Secondary: {
args: {
commandsURL: string;
label: string;
links: never[];
searchEngines: never[];
};
};
Small: { args: { label: string; size: string } };
},
> = ...