diff --git a/front/src/components/ui/Header.vue b/front/src/components/ui/Header.vue index 6c2d32c11..934269820 100644 --- a/front/src/components/ui/Header.vue +++ b/front/src/components/ui/Header.vue @@ -19,7 +19,7 @@ const props = defineProps<{ } & { [H in `h${ '1' | '2' | '3' | '4' | '5' | '6' }`]? : string } & { - [S in 'page-heading' | 'section-heading' | 'subsection-heading' | 'caption' | 'title' | 'radio' | 'secondary' ]? : true + [S in 'page-heading' | 'section-heading' | 'large-section-heading' | 'subsection-heading' | 'caption' | 'title' | 'radio' | 'secondary' ]? : true } & { [Operation in 'expand' | 'collapse']?: () => void }>()