|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
473 bytes
|
| Line | |
|---|
| 1 | import { PseudoSelector } from "css-what";
|
|---|
| 2 | import type { InternalOptions } from "../types";
|
|---|
| 3 | export declare type Pseudo = <Node, ElementNode extends Node>(elem: ElementNode, options: InternalOptions<Node, ElementNode>, subselect?: ElementNode | string | null) => boolean;
|
|---|
| 4 | export declare const pseudos: Record<string, Pseudo>;
|
|---|
| 5 | export declare function verifyPseudoArgs(func: Pseudo, name: string, subselect: PseudoSelector["data"]): void;
|
|---|
| 6 | //# sourceMappingURL=pseudos.d.ts.map |
|---|
Note:
See
TracBrowser
for help on using the repository browser.