mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-20 11:37:52 +02:00
refactor: remove a lot of implicit anys (#7468)
This commit is contained in:
parent
0c8e57de67
commit
3666a2ede5
23 changed files with 148 additions and 163 deletions
|
@ -32,7 +32,7 @@ export type NavbarLogo = {
|
|||
|
||||
// TODO improve
|
||||
export type Navbar = {
|
||||
style: 'dark' | 'primary';
|
||||
style?: 'dark' | 'primary';
|
||||
hideOnScroll: boolean;
|
||||
title?: string;
|
||||
items: NavbarItem[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue