diff --git a/types/components/Nav.d.ts b/types/components/Nav.d.ts index 5297471372..524e37f8b1 100644 --- a/types/components/Nav.d.ts +++ b/types/components/Nav.d.ts @@ -10,6 +10,7 @@ export interface NavProps { cardHeaderBsPrefix?: string; variant?: 'tabs' | 'pills'; activeKey?: unknown; + defaultActiveKey?: unknown; fill?: boolean; justify?: boolean; onSelect?: SelectCallback;