vuestic-ui
Version:
Vue 3 UI Framework
10 lines (9 loc) • 330 B
TypeScript
import { IconConfig, IconConfiguration } from './types';
/**
* Helper allow you to create icons config with Vuestic defaults.
* Alias should have `to` property which is the name of font.
*/
export declare const createIconsConfig: (config: {
aliases?: IconConfiguration[];
fonts?: IconConfiguration[];
}) => IconConfig;