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:
parent
c55da19573
commit
220bb35428
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user