type ComponentGlobPattern = `${string}*` | `*${string}` | `*${string}*`;A glob pattern for matching component IDs.
Examples:
'ly.img.*'matches all ly.img components'*.separator'matches all separator components
type ComponentGlobPattern = `${string}*` | `*${string}` | `*${string}*`;A glob pattern for matching component IDs.
Examples:
'ly.img.*' matches all ly.img components'*.separator' matches all separator components