Search Docs
Loading...
Skip to content

Type Alias: ComponentGlobPattern

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