UNPKG

edge-iconify

Version:

Iconify integration for the Edge template engine

8 lines (7 loc) 149 B
/** * Shape of options passed to the Edge Iconify plugin */ export interface EdgeIconifyOptions { scale?: number; defaultClass?: string; }