mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Fix parent type of NavItem (NavItem -> string)
This commit is contained in:
parent
a6bbf71363
commit
139e9efb22
1 changed files with 1 additions and 1 deletions
2
types/navigation.d.ts
vendored
2
types/navigation.d.ts
vendored
|
@ -3,7 +3,7 @@ export interface NavItem {
|
|||
href: string,
|
||||
label: string,
|
||||
subitems?: Array<NavItem>,
|
||||
parent?: NavItem
|
||||
parent?: string
|
||||
}
|
||||
|
||||
export interface LandmarkItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue