{withCreateElement ? (
<>
>
) : (
)}
);
};
UseSupportCreateSuggestion.argTypes = {
createLabel: { control: 'text' },
createItemLabel: { control: 'text' },
createValue: { control: 'text' },
createHintValue: { control: 'text' },
optionText: { control: 'text' },
withCreateElement: { control: 'boolean' },
};