StringSelectMenuOption
StringSelectMenuOption
A select menu option for the string select menu.
Example
import { StringSelectMenuOption } from 'commandkit';
const option = <StringSelectMenuOption label="Option 1" value="option1" />;
Signature
function StringSelectMenuOption(props: StringSelectMenuOptionProps): void
Parameters
props
parameter