forked from mystiq/hydrogen-web
Type function
This commit is contained in:
parent
bf2fb52691
commit
d9bfca10e1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ type SegmentType = {
|
|||
"member": string;
|
||||
};
|
||||
|
||||
export function createNavigation() {
|
||||
export function createNavigation(): Navigation<SegmentType> {
|
||||
return new Navigation(allowsChild);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue