type InsertOrderComponentLocation = "before" | "after" | "replace" | "asChild";
Represents the location for inserting an order component.
The InsertOrderComponentLocation
type provides a set of values that control the
location where a new component should be inserted relative to an existing component.
These options include settings for inserting the component before, after, replacing,
or as a child of the matched component.