+6
@@ -0,0 +1,6 @@
|
||||
import { Awaitable, CustomIconLoader } from "./types.js";
|
||||
/**
|
||||
* @returns A {@link CustomIconLoader} for loading icons from a directory
|
||||
*/
|
||||
declare function FileSystemIconLoader(dir: string, transform?: (svg: string) => Awaitable<string>): CustomIconLoader;
|
||||
export { FileSystemIconLoader };
|
||||
Reference in New Issue
Block a user