Last change
on this file since 76712b2 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
593 bytes
|
Line | |
---|
1 | import type { CompiledQuery, InternalOptions, CompileToken } from "../types";
|
---|
2 | import { PseudoSelector } from "css-what";
|
---|
3 | import { filters } from "./filters";
|
---|
4 | import { pseudos } from "./pseudos";
|
---|
5 | import { aliases } from "./aliases";
|
---|
6 | export { filters, pseudos, aliases };
|
---|
7 | export declare function compilePseudoSelector<Node, ElementNode extends Node>(next: CompiledQuery<ElementNode>, selector: PseudoSelector, options: InternalOptions<Node, ElementNode>, context: Node[] | undefined, compileToken: CompileToken<Node, ElementNode>): CompiledQuery<ElementNode>;
|
---|
8 | //# sourceMappingURL=index.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.