9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
const CSSHelper: {
  AttributeSelector: typeof AttributeSelector;
  ClassSelector: typeof ClassSelector;
  createSelector: typeof createSelector;
  fromAstNode: typeof fromAstNode;
  InvalidSelector: typeof InvalidSelector;
  MediaQuerySelectorScope: typeof MediaQuerySelectorScope;
  PseudoClassSelector: typeof PseudoClassSelector;
  RuleSet: typeof RuleSet;
  Selector: typeof Selector;
  SelectorCore: typeof SelectorCore;
  SelectorScope: typeof SelectorScope;
  SelectorsMatch: typeof SelectorsMatch;
  SimpleSelector: typeof SimpleSelector;
  SimpleSelectorSequence: typeof SimpleSelectorSequence;
  StyleSheetSelectorScope: typeof StyleSheetSelectorScope;
  TypeSelector: typeof TypeSelector;
  UniversalSelector: typeof UniversalSelector;
};

Defined in: ui/styling/css-selector.ts

Type Declaration

AttributeSelector

ts
AttributeSelector: typeof AttributeSelector;

ClassSelector

ts
ClassSelector: typeof ClassSelector;

createSelector

ts
createSelector: typeof createSelector;

fromAstNode

ts
fromAstNode: typeof fromAstNode;

InvalidSelector

ts
InvalidSelector: typeof InvalidSelector;

MediaQuerySelectorScope

ts
MediaQuerySelectorScope: typeof MediaQuerySelectorScope;

PseudoClassSelector

ts
PseudoClassSelector: typeof PseudoClassSelector;

RuleSet

ts
RuleSet: typeof RuleSet;

Selector

ts
Selector: typeof Selector;

SelectorCore

ts
SelectorCore: typeof SelectorCore;

SelectorScope

ts
SelectorScope: typeof SelectorScope;

SelectorsMatch

ts
SelectorsMatch: typeof SelectorsMatch;

SimpleSelector

ts
SimpleSelector: typeof SimpleSelector;

SimpleSelectorSequence

ts
SimpleSelectorSequence: typeof SimpleSelectorSequence;

StyleSheetSelectorScope

ts
StyleSheetSelectorScope: typeof StyleSheetSelectorScope;

TypeSelector

ts
TypeSelector: typeof TypeSelector;

UniversalSelector

ts
UniversalSelector: typeof UniversalSelector;
Next
Device