OfPseudoElement

A CSS rule that represents a pseudo-element selector.

For example, passing in "after" would result in: ::after

Constructors

Link copied to clipboard
constructor(pseudoElement: String)