Skip to main content
Go to Latest
type alias AdvancedPseudos
import { type AdvancedPseudos } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| ":-moz-any()"
| ":-moz-dir"
| ":-webkit-any()"
| "::cue"
| "::part"
| "::slotted"
| ":dir"
| ":has"
| ":host"
| ":host-context"
| ":is"
| ":lang"
| ":matches()"
| ":not"
| ":nth-child"
| ":nth-last-child"
| ":nth-last-of-type"
| ":nth-of-type"
| ":where"