Create a branded ControlId from a raw string.
Raw control ID string.
Branded control ID.
import { controlId } from '#core/types/branded.js';const id = controlId('submitButton'); Copy
import { controlId } from '#core/types/branded.js';const id = controlId('submitButton');
Create a branded ControlId from a raw string.