2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-04 18:23:17 +00:00

chore: update ExternalPkgName jsdocs

This commit is contained in:
userquin 2024-01-26 19:23:20 +01:00
parent c55da19573
commit 220bb35428

View File

@ -3,7 +3,9 @@ import type { FullIconCustomisations } from '../customisations/defaults';
import type { IconifyJSON } from '@iconify/types';
/**
* External package name: e.g. @my-collections/collection-a.
* External package name.
*
* You can use scoped packages, for example, `@my-collections/collection-a` or normal packages `my-awaesome-collection`.
*/
export type ExternalPkgName = string | [scope: string, collection: string];