mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
chore: add .gitattributes, fix docblock
This commit is contained in:
parent
b778928bac
commit
08669af71f
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
* text=auto eol=lf
|
@ -1,9 +1,9 @@
|
|||||||
import type { IconifyAliases, IconifyJSON } from '@iconify/types';
|
import type { IconifyAliases, IconifyJSON } from '@iconify/types';
|
||||||
|
|
||||||
// Parent icons, first is direct parent, last is icon. Does not include self
|
// Parent icons, first is direct parent, then parent of parent and so on. Does not include self
|
||||||
export type ParentIconsList = string[];
|
export type ParentIconsList = string[];
|
||||||
|
|
||||||
// Result
|
// Result. Key is icon, value is list of parent icons
|
||||||
export type ParentIconsTree = Record<string, ParentIconsList | null>;
|
export type ParentIconsTree = Record<string, ParentIconsList | null>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user