UNPKG

@studiocms/ui

Version:

The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.

7 lines (6 loc) 216 B
import type { InjectedType } from 'astro'; export declare function generateIconTypes(filename: string, replacers: { collections: string; availableIcons: string; iconCollections: string; }): InjectedType;