UNPKG

edge-iconify

Version:

Iconify integration for the Edge template engine

8 lines (7 loc) 273 B
import type { PluginFn } from 'edge.js/types'; import { EdgeIconifyOptions } from './src/types.js'; /** * Edge plugin to work with Iconify icon sets */ export declare const edgeIconify: PluginFn<EdgeIconifyOptions>; export { addCollection, addIcon } from 'iconify-icon';