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

10 行
254 B

  1. export default KEYS;
  2. export type VisitorKeys = import('./index.js').VisitorKeys;
  3. /**
  4. * @typedef {import('./index.js').VisitorKeys} VisitorKeys
  5. */
  6. /**
  7. * @type {VisitorKeys}
  8. */
  9. declare const KEYS: VisitorKeys;
  10. //# sourceMappingURL=visitor-keys.d.ts.map