Type Alias: SelectorType
SelectorType =
`${SelectorSpecial}${AlphaNumeric}${string}`|`${AlphaNumeric}${string}`
Defined in: src/types.ts:41
Type for identifying selectors. Allows us to "upgrade" queries using
selectors to return Elements.
SelectorType =
`${SelectorSpecial}${AlphaNumeric}${string}`|`${AlphaNumeric}${string}`
Defined in: src/types.ts:41
Type for identifying selectors. Allows us to "upgrade" queries using
selectors to return Elements.