Skip to main content
Version: Next

SwitchDefinition

Home > @backstage/ui > SwitchDefinition

Component definition for Switch

Signature:

SwitchDefinition: {
readonly classNames: {
readonly root: "bui-Switch";
readonly indicator: "bui-SwitchIndicator";
};
}