您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

procedure.d.ts 279B

12345
  1. import type { Traversal } from "css-what";
  2. import type { InternalSelector } from "./types";
  3. export declare const procedure: Record<InternalSelector["type"], number>;
  4. export declare function isTraversal(t: InternalSelector): t is Traversal;
  5. //# sourceMappingURL=procedure.d.ts.map