Skip to content

@stephansama packages / @stephansama/astro-iconify-svgmap / type / Options

Type Alias: Options

ts
type Options = Partial<{
  iconifyRootDirectory: URL;
  outDir?: string;
}>;

Defined in: type.ts:1

Released under MIT license