mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
chore: update external pkg type jsdocs
This commit is contained in:
parent
b95e5b95c5
commit
90177c840d
@ -3,7 +3,7 @@ import type { FullIconCustomisations } from '../customisations/defaults';
|
|||||||
import type { IconifyJSON } from '@iconify/types';
|
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];
|
export type ExternalPkgName = string | [scope: string, collection: string];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user