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;
|
"member": string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export function createNavigation() {
|
export function createNavigation(): Navigation<SegmentType> {
|
||||||
return new Navigation(allowsChild);
|
return new Navigation(allowsChild);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue