版博士V2.0程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

7 líneas
242 B

  1. import { Awaitable } from '@antfu/utils';
  2. import { CustomIconLoader } from './types.js';
  3. declare function FileSystemIconLoader(dir: string, transform?: (svg: string) => Awaitable<string>): CustomIconLoader;
  4. export { FileSystemIconLoader };