2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00

chore: update external pkg type jsdocs

This commit is contained in:
userquin 2024-01-26 18:32:57 +01:00
parent b95e5b95c5
commit 90177c840d

View File

@ -3,7 +3,7 @@ import type { FullIconCustomisations } from '../customisations/defaults';
import type { IconifyJSON } from '@iconify/types';
/**
* The external scoped package name: e.g. @my-collections/collection-a.
* External package name: e.g. @my-collections/collection-a.
*/
export type ExternalPkgName = string | [scope: string, collection: string];